artist_deep_dive
Compile a complete artist dossier by analyzing discography and metadata, summarizing genres, release history, active years, and collaborators to deliver an in-depth profile.
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 |