WebMCP

DeveloperWebMCP verified

sport-shop-angular WebMCP tools

Chrome Labs sports equipment storefront demo

5 tools1 methodsspec API surface

What can an agent do with sport-shop-angular WebMCP tools?

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.

WebMCP tools on sport-shop-angular

Tool 1 of 5WebMCPAction

view_product

Navigates to the product detail page for a given product. You can provide its exact productId, or productName.

How to install

Open the sport-shop-angular website and ask your browser agent to use view_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 view_product tool on sport-shop-angular with productId: <string>, productName: <string>. Return the structured result and cite the source page.

Input contract

  • productId string The unique ID of the product.
  • productName string A part of the product name or keywords to match (e.g. 'training balls').

Open the source definition

Tool 2 of 5WebMCPAnswer

get_product_info

Returns detailed information about a product. You can provide its exact productId, or productName.

How to install

Open the sport-shop-angular website and ask your browser agent to use get_product_info

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_info tool on sport-shop-angular with productId: <string>, productName: <string>. Return the structured result and cite the source page.

Input contract

  • productId string The unique ID of the product.
  • productName string A part of the product name or keywords to match (e.g. 'training balls').

Open the source definition

Tool 3 of 5WebMCPAction

open_cart

Opens the shopping cart modal to review items and proceed to checkout.

How to install

Open the sport-shop-angular website and ask your browser agent to use open_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 open_cart tool on sport-shop-angular. Return the structured result and cite the source page.

Input contract

    Open the source definition

    Tool 4 of 5WebMCPAnswer

    search_product

    Search for products based on the query.

    How to install

    Open the sport-shop-angular website and ask your browser agent to use search_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 search_product tool on sport-shop-angular with query: <string>, category: <string>, size: <string>. Return the structured result and cite the source page.

    Input contract

    • 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.

    Open the source definition

    Tool 5 of 5WebMCPAnswer

    get_store_promos_and_rules

    Returns active promotional campaigns, eligibility requirements, and general store rules (e.g., local pickup categories).

    How to install

    Open the sport-shop-angular website and ask your browser agent to use get_store_promos_and_rules

    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_store_promos_and_rules tool on sport-shop-angular. Return the structured result and cite the source page.

    Input contract

      Open the source definition