artist_discography_explorer
Retrieve an artist's discography overview: release counts by type, first and most recent releases, active span, and releases per active year. Accepts an artist ID, URI, URL, or name to resolve.
Instructions
Overview stats for one artist's discography: release counts by type, first and latest releases, active span and releases per active year. Accepts an artist ID, URI, URL or name (name → closest search match). Quota: 🟡 one paginated /artists/{id}/albums walk.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| artist | Yes | Artist ID, URI, URL, or name to resolve via search | |
| max_results | No | ||
| 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 |