artist_catalog_stats
Get a numeric catalog profile for any artist: total releases by group, track counts, averages, active years, busiest year, and median release gap.
Instructions
Numbers-only catalog profile for one artist: release totals by group, summed track counts, average tracks per release, active span, busiest year and median release gap, from one paginated discography walk. Quota: one paginated /artists/{id}/albums walk.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| artist_id | Yes | Spotify ID, URI (spotify:...), or open.spotify.com URL — all resolve to the same entity | |
| include_groups | No | Comma-separated album groups. Default: album,single,appears_on,compilation | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |