Skip to main content
Glama

Discogs MCP Server

by cswkim

create_marketplace_listing

Create a new marketplace listing on Discogs by specifying release ID, condition, price, and status. Manage music catalog entries with ease using predefined parameters for streamlined selling.

Instructions

Create a new marketplace listing

Input Schema

NameRequiredDescriptionDefault
allow_offersNo
commentsNo
conditionYes
external_idNo
format_quantityNo
locationNo
priceYes
release_idYes
sleeve_conditionNo
statusYes
weightNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "allow_offers": { "type": "boolean" }, "comments": { "type": "string" }, "condition": { "enum": [ "Mint (M)", "Near Mint (NM or M-)", "Very Good Plus (VG+)", "Very Good (VG)", "Good Plus (G+)", "Good (G)", "Fair (F)", "Poor (P)" ], "type": "string" }, "external_id": { "type": "string" }, "format_quantity": { "type": "number" }, "location": { "type": "string" }, "price": { "type": "number" }, "release_id": { "type": "integer" }, "sleeve_condition": { "enum": [ "Mint (M)", "Near Mint (NM or M-)", "Very Good Plus (VG+)", "Very Good (VG)", "Good Plus (G+)", "Good (G)", "Fair (F)", "Poor (P)", "Generic", "Not Graded", "No Cover" ], "type": "string" }, "status": { "enum": [ "For Sale", "Expired", "Draft", "Pending" ], "type": "string" }, "weight": { "type": "number" } }, "required": [ "release_id", "condition", "price", "status" ], "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