Skip to main content
Glama

Fake Store API MCP Server

by op-enny

fakestore_delete_cart

Remove a shopping cart from the Fake Store API simulation by specifying its ID. This action clears cart data for testing and demo purposes without persisting changes.

Instructions

Delete a cart (simulation - does not persist)

Input Schema

NameRequiredDescriptionDefault
idYesCart ID to delete

Input Schema (JSON Schema)

{ "properties": { "id": { "description": "Cart ID to delete", "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