artist_discography_gaps
Build a chronological discography for any Spotify artist, showing the gap in days between each release and the previous one. Use it to spot long waits and compare release patterns.
Instructions
Chronological discography table (oldest to newest by default) with per-release gap-in-days versus the previous release, built from a paginated /artists/{id}/albums walk. Quota: one paginated walk (several queued calls on long discographies).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| order | No | Output ordering. Default: oldest_first | |
| artist_id | Yes | Spotify ID, URI (spotify:...), or open.spotify.com URL — all resolve to the same entity | |
| since_year | No | Only releases from this year onward | |
| max_results | No | ||
| include_groups | No | Comma-separated album groups. Default: album,single | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |