artist_reissue_detector
Detect alternate versions such as live, deluxe, remaster, or expanded editions in an artist's releases and group them by base title to reveal the canonical release and its variants.
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 |