search_catalog
unverifiedv0.1Navigates the boutique to find a product and opens its page.
Updated 6/6/2026 · Created 6/6/2026
Input Schema
{
"type": "object",
"required": [
"query"
],
"properties": {
"query": {
"type": "string",
"description": "Product name or keyword to search for"
}
}
}Full Contract
{
"name": "search_catalog",
"description": "Navigates the boutique to find a product and opens its page.",
"inputSchema": {
"type": "object",
"required": [
"query"
],
"properties": {
"query": {
"type": "string",
"description": "Product name or keyword to search for"
}
}
}
}GET /api/tool/googlechromelabs.github.io/webmcp-tools/demos/coffee-shop/search_catalog