WebMCP Registry

view_product

unverifiedv0.1

Navigates to the product detail page for a given product.

Updated 6/6/2026 · Created 6/6/2026

Input Schema

{
  "type": "object",
  "properties": {
    "productId": {
      "type": "string",
      "description": "The unique ID of the product"
    },
    "productName": {
      "type": "string",
      "description": "Part of the product name or keywords to match (e.g. training balls)"
    }
  }
}

Full Contract

{
  "name": "view_product",
  "description": "Navigates to the product detail page for a given product.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "productId": {
        "type": "string",
        "description": "The unique ID of the product"
      },
      "productName": {
        "type": "string",
        "description": "Part of the product name or keywords to match (e.g. training balls)"
      }
    }
  }
}

GET /api/tool/googlechromelabs.github.io/webmcp-tools/demos/sport-shop-angular/view_product