Skip to main content
Glama

woolworths_add_to_cart

Add products to your Woolworths shopping cart using product stockcodes. Specify quantity to manage your online grocery items for checkout.

Instructions

Add a product to the shopping cart/trolley

Input Schema

NameRequiredDescriptionDefault
stockcodeYesThe product stockcode/ID to add
quantityNoQuantity to add (default: 1)

Input Schema (JSON Schema)

{ "properties": { "quantity": { "default": 1, "description": "Quantity to add (default: 1)", "type": "number" }, "stockcode": { "description": "The product stockcode/ID to add", "type": "number" } }, "required": [ "stockcode" ], "type": "object" }

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/elijah-g/Woolworths-mcp'

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