artist_era_map
Identify distinct eras in an artist's release history by detecting quiet gaps longer than a specified period, and return one representative album per era.
Instructions
Cluster an artist's releases into eras separated by quiet periods longer than gap_years, with one representative album per era and era spans. Quota: 🟡 one paginated /artists/{id}/albums walk.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| artist_id | Yes | Spotify artist ID, URI, or URL | |
| gap_years | No | Quiet period (in years) that starts a new era. Default: 2 | |
| 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 |