artist_discography_stats
Get an artist's discography shape: release counts by album, single, compilation, first and latest release dates, releases-per-year rate, and longest gap between releases.
Instructions
[local-compute] Discography shape for one artist: release counts by album/single/compilation, first and latest release, releases-per-year rate and the longest silence gap between releases. Quota: 🟡 one paginated /artists/{id}/albums walk (typically several API calls).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| artist_id | Yes | Spotify artist ID | |
| 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 |