← All WebMCP sites

sport-shop-angular

demo
Chrome Labs sports equipment storefront demo
Run a live auditWe load the site in a real browser and score the tools it gives an agent.

Tools

view_productactimperative
Navigates to the product detail page for a given product. You can provide its exact productId, or productName.
Input schema
{
  "type": "object",
  "properties": {
    "productId": {
      "type": "string",
      "description": "The unique ID of the product."
    },
    "productName": {
      "type": "string",
      "description": "A part of the product name or keywords to match (e.g. 'training balls')."
    }
  }
}
get_product_infoanswerimperative
Returns detailed information about a product. You can provide its exact productId, or productName.
Input schema
{
  "type": "object",
  "properties": {
    "productId": {
      "type": "string",
      "description": "The unique ID of the product."
    },
    "productName": {
      "type": "string",
      "description": "A part of the product name or keywords to match (e.g. 'training balls')."
    }
  }
}
open_cartactimperative
Opens the shopping cart modal to review items and proceed to checkout.
Input schema
{
  "type": "object",
  "properties": {}
}
search_productanswerimperative
Search for products based on the query.
Input schema
{
  "type": "object",
  "properties": {
    "query": {
      "type": "string",
      "description": "Search term for products (e.g. 'soccer boots', 'running gear')."
    },
    "category": {
      "type": "string",
      "description": "The product category to browse.",
      "enum": [
        "ALL",
        "BASKETBALL",
        "SOCCER",
        "BASEBALL",
        "RUNNING"
      ]
    },
    "size": {
      "type": "string",
      "description": "Product size. Use 'child' for kids/children, 'adult' for adults.",
      "enum": [
        "ALL",
        "adult",
        "child"
      ]
    }
  }
}
get_store_promos_and_rulesanswerimperative
Returns active promotional campaigns, eligibility requirements, and general store rules (e.g., local pickup categories).
Input schema
{
  "type": "object",
  "properties": {}
}
Listings are sourced from public community registries and shown as reported.