artist_discography_timeline
Get an artist's discography as a chronological timeline with year, type, album, and track count. Sort newest first or apply a since_year filter to focus on recent releases.
Instructions
[local-compute] Chronological release table (year · type · name · tracks) built from a paginated /artists/{id}/albums walk. Sorted newest first; since_year trims older rows client-side. Quota: 🟡 one paginated walk (typically several API calls on the rate-limited queue).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| artist_id | Yes | Spotify artist ID | |
| since_year | No | Only releases from this year onward | |
| max_results | No | ||
| include_groups | No | Comma-separated album groups: album,single,appears_on,compilation. Default: album,single | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |