Skip to main content
Glama

Discogs MCP Server

by cswkim

edit_user_collection_custom_field_value

Modify custom field values for specific releases in a user's Discogs collection by providing username, folder ID, release details, and field data.

Instructions

Edit a custom field value for a release in a user's collection

Input Schema

NameRequiredDescriptionDefault
field_idYes
folder_idYes
instance_idYes
release_idYes
usernameYes
valueYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "field_id": { "type": "number" }, "folder_id": { "minimum": 0, "type": "integer" }, "instance_id": { "type": [ "number", "string" ] }, "release_id": { "type": [ "number", "string" ] }, "username": { "minLength": 1, "type": "string" }, "value": { "type": "string" } }, "required": [ "username", "folder_id", "value", "release_id", "instance_id", "field_id" ], "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