get_product_info
unverifiedv0.1Returns detailed information about a product without navigating.
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"
}
}
}Full Contract
{
"name": "get_product_info",
"description": "Returns detailed information about a product without navigating.",
"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"
}
}
}
}GET /api/tool/googlechromelabs.github.io/webmcp-tools/demos/sport-shop-angular/get_product_info