Skip to main content
Glama

Fake Store API MCP Server

by op-enny

fakestore_get_carts

Retrieve shopping carts from the Fake Store API with options to limit results and sort by date for e-commerce testing and data management.

Instructions

Get all carts from the store. Optionally limit results and sort.

Input Schema

NameRequiredDescriptionDefault
limitNoLimit the number of carts returned
sortNoSort carts (asc or desc)

Input Schema (JSON Schema)

{ "properties": { "limit": { "description": "Limit the number of carts returned", "type": "number" }, "sort": { "description": "Sort carts (asc or desc)", "enum": [ "asc", "desc" ], "type": "string" } }, "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