artist_album_timeline
Build a chronological album release timeline for a Spotify artist, showing gaps between releases, median gap, and longest drought to reveal release patterns.
Instructions
[local-compute] Chronological release table (oldest → newest) with inter-release gap days, median gap and the longest drought highlighted. 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 | ||
| 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 |