WebMCP Registry

search_products

verifiedv0.1

Semantic search across the collection. Simulated demo; registered by the /shop page.

Updated 7/11/2026 · Created 7/11/2026

Input Schema

{
  "type": "object",
  "required": [
    "query"
  ],
  "properties": {
    "query": {
      "type": "string",
      "description": "Describe what you're looking for (e.g. \"elegant dress for a summer wedding under $200\")"
    }
  }
}

Full Contract

{
  "name": "search_products",
  "description": "Semantic search across the collection. Simulated demo; registered by the /shop page.",
  "inputSchema": {
    "type": "object",
    "required": [
      "query"
    ],
    "properties": {
      "query": {
        "type": "string",
        "description": "Describe what you're looking for (e.g. \"elegant dress for a summer wedding under $200\")"
      }
    }
  }
}

GET /api/tool/agentk.stacktr.ee/search_products