Rami Levy MCP Server

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

Other Tools from Rami Levy MCP Server

Related Tools

ID: 3up0tbfts7