Skip to main content
Glama

artist_reissue_detector

Detect alternate versions like live, deluxe, or remastered editions in an artist's releases, grouping them by base title to identify the canonical release.

Instructions

Detect alternate versions (live/deluxe/remaster/expanded editions) in an artist's release titles and group them by base title — spot the canonical release vs its variants. Quota: 🟡 one paginated /artists/{id}/albums walk.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
artist_idYesSpotify artist ID, URI, or URL
max_resultsNo
max_releasesNoReleases to scan. Default: SPOTIFY_MCP_FETCH_ALL_CAP
response_formatNo'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API objectconcise
Behavior4/5

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

With no annotations, the description carries the burden of behavioral disclosure. It adds a useful quota/cost signal: one paginated /artists/{id}/albums walk, which helps the agent anticipate expense. It also explains grouping behavior, though it does not disclose exact return shape or edge cases.

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

Conciseness5/5

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

Two sentences, front-loaded with the main action and expected output, followed by a concise quota note. No filler or repetition of schema details.

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

Completeness4/5

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

For a read-style detection tool, the description covers purpose, expected output concept, and quota behavior. There is no output schema, so a bit more detail on the returned grouping structure would be ideal, but the response_format parameter and the grouping statement provide enough for an agent to invoke it correctly.

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

Parameters3/5

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

Schema description coverage is 75%, so most parameters are already documented. The description does not add much param-level detail, but it does imply that artist_id maps to the /artists/{id}/albums walk. The undocumented max_results is not compensated for, but overall the schema carries the parameter burden.

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

Purpose5/5

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

The description states a specific verb ('Detect') and resource (alternate versions in an artist's release titles), and defines the key outcome: group by base title and identify canonical releases vs variants. This distinguishes it from sibling tools like duplicate_saved_versions or album_edition_lint without needing extra context.

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

Usage Guidelines3/5

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

Usage is implied clearly: use when you need to find reissues, deluxe, remaster, or lived editions within an artist's discography. However, it does not explicitly state when to prefer this over similar sibling tools or mention exclusions, so the agent must infer the decision from the purpose.

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/NovaLux12/spotify-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server