Rami Levy MCP Server

search_items

Search for items in the Rami Levy catalog

Input Schema

NameRequiredDescriptionDefault
aggsNoAggregation flag
qYesSearch query
storeNoStore identifier (default: '331')331

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "aggs": { "default": 1, "description": "Aggregation flag", "type": "number" }, "q": { "description": "Search query", "type": "string" }, "store": { "default": "331", "description": "Store identifier (default: '331')", "type": "string" } }, "required": [ "q" ], "type": "object" }