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
| Name | Required | Description | Default |
|---|---|---|---|
| artist_id | Yes | Spotify artist ID, URI, or URL | |
| max_results | No | ||
| max_releases | No | Releases to scan. Default: SPOTIFY_MCP_FETCH_ALL_CAP | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |