Skip to main content
Glama

Rami Levy MCP Server

by shilomagen

search_items

Search for products in the Rami Levy grocery catalog by query, enabling users to find specific items and access relevant details efficiently.

Instructions

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" }
Install Server

Other Tools from Rami Levy MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/shilomagen/rami-levy-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server