Skip to main content
Glama

Fake Store API MCP Server

by op-enny

fakestore_update_product

Update product details including title, price, description, image, and category in a simulated e-commerce environment for testing and development purposes.

Instructions

Update an existing product (simulation - does not persist)

Input Schema

NameRequiredDescriptionDefault
categoryNoNew product category
descriptionNoNew product description
idYesProduct ID to update
imageNoNew product image URL
priceNoNew product price
titleNoNew product title

Input Schema (JSON Schema)

{ "properties": { "category": { "description": "New product category", "type": "string" }, "description": { "description": "New product description", "type": "string" }, "id": { "description": "Product ID to update", "type": "number" }, "image": { "description": "New product image URL", "type": "string" }, "price": { "description": "New product price", "type": "number" }, "title": { "description": "New product title", "type": "string" } }, "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