Skip to main content
Glama

Fake Store API MCP Server

by op-enny

fakestore_delete_product

Remove products from the Fake Store API by specifying product ID. This simulation tool helps manage e-commerce test data without persistent changes.

Instructions

Delete a product (simulation - does not persist)

Input Schema

NameRequiredDescriptionDefault
idYesProduct ID to delete

Input Schema (JSON Schema)

{ "properties": { "id": { "description": "Product 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