Skip to main content
Glama

Discogs MCP Server

by cswkim

get_marketplace_orders

Retrieve a list of marketplace orders on Discogs, filter by status, creation date, or archive status, and sort results by ID, buyer, or activity for efficient order management.

Instructions

Get a list of marketplace orders

Input Schema

NameRequiredDescriptionDefault
archivedNo
created_afterNo
created_beforeNo
pageNo
per_pageNo
sortNo
sort_orderNo
statusNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "archived": { "type": "boolean" }, "created_after": { "type": "string" }, "created_before": { "type": "string" }, "page": { "minimum": 1, "type": "integer" }, "per_page": { "maximum": 100, "minimum": 1, "type": "integer" }, "sort": { "enum": [ "id", "buyer", "created", "status", "last_activity" ], "type": "string" }, "sort_order": { "enum": [ "asc", "desc" ], "type": "string" }, "status": { "enum": [ "New Order", "Buyer Contacted", "Invoice Sent", "Payment Pending", "Payment Received", "Shipped", "Refund Sent", "Cancelled (Non-Paying Buyer)", "Cancelled (Item Unavailable)", "Cancelled (Per Buyer's Request)" ], "type": "string" } }, "type": "object" }
Install Server

You must to connect to the server.

Other Tools from Discogs MCP Server

Related Tools

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/cswkim/discogs-mcp-server'

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