album_track_explorer
Lists all tracks in an album, showing how often each song appears across other albums to highlight unique vs reused tracks.
Instructions
Full track listing for one album with per-track cross-album duplicate counts — spot which songs are unique to this release vs recycled across the discography. Quota: 🔴 one album fetch + one paginated discography walk.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| album_id | Yes | Spotify album ID, URI, or URL | |
| max_results | No | ||
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |