artist_deep_dive
Retrieve a complete artist dossier for any Spotify artist: genres, release counts by type, active period, most prolific year, first/latest releases, and top collaborators.
Instructions
Builds a one-artist dossier from the artist object plus a full discography walk: genres, release counts by group, active span, most prolific year, first/latest releases and most frequent collaborators. Quota: 1 + 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 groups: album,single,appears_on,compilation. Default: all four | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |