Skip to main content
Glama

Fake Store API MCP Server

by op-enny

fakestore_update_cart

Update cart details including user ID, date, and products in a simulated e-commerce environment for testing and development purposes.

Instructions

Update an existing cart (simulation - does not persist)

Input Schema

NameRequiredDescriptionDefault
dateNoNew cart date
idYesCart ID to update
productsNoNew products array
userIdNoNew user ID

Input Schema (JSON Schema)

{ "properties": { "date": { "description": "New cart date", "type": "string" }, "id": { "description": "Cart ID to update", "type": "number" }, "products": { "description": "New products array", "items": { "properties": { "productId": { "description": "Product ID", "type": "number" }, "quantity": { "description": "Product quantity", "type": "number" } }, "required": [ "productId", "quantity" ], "type": "object" }, "type": "array" }, "userId": { "description": "New user ID", "type": "number" } }, "required": [ "id" ], "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/op-enny/mcp-server-fakestore'

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