Skip to main content
Glama
cswkim

Discogs MCP Server

by cswkim

search

Find music releases, artists, labels, and more by querying the Discogs database with filters like genre, year, and format.

Instructions

Issue a search query to the Discogs database

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNo
typeNo
titleNo
release_titleNo
creditNo
artistNo
anvNo
labelNo
genreNo
styleNo
countryNo
yearNo
formatNo
catnoNo
barcodeNo
trackNo
submitterNo
contributorNo
pageNo
per_pageNo
sortNo
sort_orderNo
Behavior1/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description must disclose behavior. It only says 'search query' without mentioning pagination, rate limits, authentication, or result format. This is insufficient for an agent to understand side effects or constraints.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence, which is concise but lacks necessary detail. While front-loaded, it does not earn its place because it fails to add value beyond the name.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness1/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With 22 parameters, no output schema, and no annotations, the description is severely incomplete. It omits pagination, search syntax, result structure, and how parameters interact, making it inadequate for a complex search tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, and the description does not explain any of the 22 parameters. Agents cannot infer meanings for fields like 'anv', 'catno', or 'sort_order' from the one-sentence description.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it issues a search query to the Discogs database, combining a specific verb and resource. It distinguishes search from specific lookups like get_artist or get_release, but doesn't explicitly mention the scope of search across multiple entity types.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance on when to use search versus specific tools (e.g., get_release for known IDs). The description does not mention context or exclusions, leaving ambiguity for the agent.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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