Away Travel is a direct-to-consumer luggage and travel accessories brand. Its WebMCP tools make the storefront agent-shoppable: browse collections, search the catalog, fetch product details with variant options, manage the cart (add, update, remove), and drive checkout — all without page-level navigation unless requested.
10 tools1 methodsspec API surface
What can an agent do with awaytravel.com WebMCP tools?
Away Travel is a direct-to-consumer luggage and travel accessories brand. Its WebMCP tools make the storefront agent-shoppable: browse collections, search the catalog, fetch product details with variant options, manage the cart (add, update, remove), and drive checkout — all without page-level navigation unless requested. This page documents every listed tool, the action or answer it provides, its installation command, and the input fields an agent should send.
WebMCP tools on awaytravel.com
Tool 1 of 10WebMCPAnswer
search_catalog
Search the store catalog for products, collections, articles, and pages. Does NOT add anything to the cart; use update_cart for cart changes. If the user asks for a specific product variant, call get_product after search_catalog to inspect available variants, then show_variant to display one.
How to install
Open the awaytravel.com website and ask your browser agent to use search_catalog
Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Run with an agent
Use the search_catalog tool on awaytravel.com with catalog: <object>. Return the structured result and cite the source page.
Browse OR navigate to store collections. Set navigate=true whenever the user wants to be taken to a collection page in the browser (triggers: "browse to", "go to", "show me", "open", "take me to", "navigate to" a collection or category). With navigate=false (default), returns collection or product data without changing the page — use this only when the user is asking a question about the catalog, not asking to view it. Without a collection handle, lists all collections. With a handle, returns products from that collection; use "all" to browse everything. Does NOT add anything to the cart; use update_cart for cart changes. Prefer this over search_catalog when the user names a category, collection, or wants to explore. When navigate=true succeeds the browser is ALREADY on the collection page — do NOT navigate again by ANY means (no other webmcp tool; no other host tool that changes the page URL, opens a URL, loads a page, or fetches a page, regardless of its name; no constructing or retyping URLs yourself) and do NOT tell the user to click links to get there; just answer them referencing the returned url exactly as given.
How to install
Open the awaytravel.com website and ask your browser agent to use browse_store
Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Run with an agent
Use the browse_store tool on awaytravel.com with collection: <string>, navigate: <boolean>, sort_by: <string>, page: <number>. Return the structured result and cite the source page.
Input contract
collectionstringCollection handle to browse (e.g. "best-sellers", "new-arrivals"). Omit to list all collections. Use "all" to browse every product.
navigatebooleanWhen true, navigate the browser to the collection page after loading data. Set true for user intents like "browse to", "go to", "show me", "open", "take me to" a collection. Requires a collection handle. Defaults to false.
Get product details, OR navigate the browser to the product page. Set catalog.navigate=true whenever the user wants to see/view the product in the browser (triggers: "show me", "open", "view", "go to", "take me to", "navigate to" a product). Set catalog.navigate=false (default) only when you need data (description, options, variants, prices, availability) to answer a question or to prepare an update_cart call — the browser stays on the current page. Defaults to the current page's product if no catalog.id is provided. Does NOT add anything to the cart; use update_cart for that. For a specific variant (color/size/etc.), use show_variant instead — it accepts partial option selections like "purple" without needing every option. When catalog.navigate=true succeeds the browser is ALREADY on the product page — do NOT navigate again by ANY means (no other webmcp tool; no other host tool that changes the page URL, opens a URL, loads a page, or fetches a page, regardless of its name; no constructing or retyping URLs yourself) and do NOT tell the user to click links to get there; just answer them referencing the returned url exactly as given.
How to install
Open the awaytravel.com website and ask your browser agent to use get_product
Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Run with an agent
Use the get_product tool on awaytravel.com with catalog: <object>. Return the structured result and cite the source page.
Navigate the browser to a product page, with a specific variant OR a partial option filter selected. Use for view intents: "show me", "open", "view", "go to", "take me to" a specific product configuration. Accepts EITHER variant_id (fully specified variant) OR selected_options (partial, e.g. only Color=Purple) — with partial options the first matching available variant is picked automatically, so DO NOT ask the user for missing options when their intent is to view. Does NOT add anything to the cart; use update_cart for cart changes. For cart operations you still need a full variant_id — call get_product with the full option combination first. When this tool succeeds the browser is ALREADY on the exact variant page with the variant pre-selected — do NOT navigate again by ANY means (no other webmcp tool like get_product with navigate=true / browse_store / repeat show_variant; no other host tool that changes the page URL, opens a URL, loads a page, or fetches a page, regardless of its name; no constructing or retyping URLs yourself), do NOT tell the user to click a Color/Size swatch or an "Add to cart" button to get there, and do NOT suggest they open the URL themselves. Just reply referencing the returned url exactly as given.
How to install
Open the awaytravel.com website and ask your browser agent to use show_variant
Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Run with an agent
Use the show_variant tool on awaytravel.com with catalog: <object>. Return the structured result and cite the source page.
Input contract
catalogobjectProvide EITHER variant_id OR selected_options. Handle is required unless the user is already on the product page.
Get the current shopping cart contents — line items with product titles, variant titles, handles, URLs, images, unit prices, quantities, and totals. Everything needed to describe the cart to the user in natural language, without a follow-up get_product call per line. Works from any page.
How to install
Open the awaytravel.com website and ask your browser agent to use get_cart
Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Run with an agent
Use the get_cart tool on awaytravel.com. Return the structured result and cite the source page.
Add products to the cart, update line item quantities, or remove items. Use line_items[].item.id with a ProductVariant GID when the exact variant is known. Use line_items[].id from get_cart to update or remove an existing line. Use handle or query only when adding the selected or first available variant.
How to install
Open the awaytravel.com website and ask your browser agent to use update_cart
Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Run with an agent
Use the update_cart tool on awaytravel.com with cart: <object>. Return the structured result and cite the source page.
Proceed to checkout. Verifies the cart is not empty, then navigates to the checkout page. When this tool succeeds the browser is ALREADY on the checkout page — do NOT navigate again by ANY means (no other webmcp tool; no other host tool that changes the page URL, opens a URL, loads a page, or fetches a page, regardless of its name; no constructing or retyping URLs yourself) and do NOT tell the user to click a checkout button or open the URL themselves; just answer them referencing the returned url exactly as given.
How to install
Open the awaytravel.com website and ask your browser agent to use proceed_to_checkout
Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Run with an agent
Use the proceed_to_checkout tool on awaytravel.com. Return the structured result and cite the source page.
Navigate to the customer's order history page. Use when the user asks about past orders, order status, tracking, or returns. The user will be prompted to log in if not already authenticated. When this tool succeeds the browser is ALREADY on the order history page — do NOT navigate again by ANY means (no other webmcp tool; no other host tool that changes the page URL, opens a URL, loads a page, or fetches a page, regardless of its name; no constructing or retyping URLs yourself) and do NOT tell the user to click a link or open the URL themselves; just answer them referencing the returned url exactly as given.
How to install
Open the awaytravel.com website and ask your browser agent to use manage_orders
Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Run with an agent
Use the manage_orders tool on awaytravel.com. Return the structured result and cite the source page.
Used to get facts about the stores policies, products, or services.
Some examples of questions you can ask are:
- What is your return policy?
- What is your shipping policy?
- What is your phone number?
- What are your hours of operation?"
How to install
Open the awaytravel.com website and ask your browser agent to use search_shop_policies_and_faqs
Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Run with an agent
Use the search_shop_policies_and_faqs tool on awaytravel.com with query: <string>, context: <string>. Return the structured result and cite the source page.
Input contract
querystringA natural language query.
contextstringAdditional information about the request such as user demographics, mood, location, or other relevant details that could help in tailoring the response appropriately.