Discogs MCP Server

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" }

You must be authenticated.

Other Tools from Discogs MCP Server

Related Tools

ID: 05or5qmrnr