Skip to main content
Glama

Discogs MCP Server

by cswkim

update_marketplace_listing

Modify a marketplace listing on Discogs by updating details such as condition, price, status, and additional metadata to ensure accurate and up-to-date listings.

Instructions

Update a marketplace listing

Input Schema

NameRequiredDescriptionDefault
allow_offersNo
commentsNo
conditionYes
external_idNo
format_quantityNo
listing_idYes
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" }, "listing_id": { "type": "integer" }, "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": [ "listing_id", "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