artist_era_map
Cluster an artist’s releases into distinct eras based on quiet gaps to identify representative albums for each creative period.
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 |