Skip to main content
Glama

Rami Levy MCP Server

by shilomagen

update_quantity

Modify the quantity of a specific product in your Rami Levy Online Grocery Store cart by providing the product ID, store identifier, and desired new quantity.

Instructions

Update the quantity of an item in the cart

Input Schema

NameRequiredDescriptionDefault
idYesProduct identifier
newQuantityYesNew quantity for the product
storeYesStore identifier

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "id": { "description": "Product identifier", "type": "number" }, "newQuantity": { "description": "New quantity for the product", "minimum": 1, "type": "number" }, "store": { "description": "Store identifier", "type": "string" } }, "required": [ "store", "id", "newQuantity" ], "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