artist_catalog_stats
Calculate an artist's catalog statistics from a single discography scan: release counts by group, track totals, average tracks per release, active span, 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 |