DeveloperWebMCP verified
sport-shop-angular WebMCP tools
Chrome Labs sports equipment storefront demo
DeveloperWebMCP verified
Chrome Labs sports equipment storefront demo
Chrome Labs sports equipment storefront demo This page documents every listed tool, the action or answer it provides, its installation command, and the input fields an agent should send.
Navigates to the product detail page for a given product. You can provide its exact productId, or productName.
Open the sport-shop-angular website and ask your browser agent to use view_productInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Use the view_product tool on sport-shop-angular with productId: <string>, productName: <string>. Return the structured result and cite the source page.productId string The unique ID of the product.productName string A part of the product name or keywords to match (e.g. 'training balls').Returns detailed information about a product. You can provide its exact productId, or productName.
Open the sport-shop-angular website and ask your browser agent to use get_product_infoInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Use the get_product_info tool on sport-shop-angular with productId: <string>, productName: <string>. Return the structured result and cite the source page.productId string The unique ID of the product.productName string A part of the product name or keywords to match (e.g. 'training balls').Opens the shopping cart modal to review items and proceed to checkout.
Open the sport-shop-angular website and ask your browser agent to use open_cartInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Use the open_cart tool on sport-shop-angular. Return the structured result and cite the source page.Search for products based on the query.
Open the sport-shop-angular website and ask your browser agent to use search_productInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Use the search_product tool on sport-shop-angular with query: <string>, category: <string>, size: <string>. Return the structured result and cite the source page.query string Search term for products (e.g. 'soccer boots', 'running gear').category string The product category to browse.size string Product size. Use 'child' for kids/children, 'adult' for adults.Returns active promotional campaigns, eligibility requirements, and general store rules (e.g., local pickup categories).
Open the sport-shop-angular website and ask your browser agent to use get_store_promos_and_rulesInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Use the get_store_promos_and_rules tool on sport-shop-angular. Return the structured result and cite the source page.