Skip to main content
Glama

Rami Levy MCP Server

by shilomagen

add_to_cart

Enables users to add multiple grocery items to their cart on the Rami Levy Online Grocery Store by specifying product IDs, quantities, and the store identifier.

Instructions

Add one or more items to the shopping cart

Input Schema

NameRequiredDescriptionDefault
itemsYesList of items to add to cart
storeYesStore identifier (e.g., '331')

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "items": { "description": "List of items to add to cart", "items": { "additionalProperties": false, "properties": { "id": { "description": "Product identifier", "type": "number" }, "quantity": { "description": "Quantity of the product", "minimum": 1, "type": "number" } }, "required": [ "id", "quantity" ], "type": "object" }, "type": "array" }, "store": { "description": "Store identifier (e.g., '331')", "type": "string" } }, "required": [ "store", "items" ], "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