artist_era_sampler
Split any artist's discography into equal time eras and pick representative albums per era to create a balanced sampling plan. Resolve Spotify ID, URI, or URL; choose era count and releases per era.
Instructions
Splits an artist discography into equal year-span eras and deterministically picks representative releases per era (albums first, earliest and fullest first) as a sampling plan. Quota: one paginated /artists/{id}/albums walk.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| eras | No | Number of eras to split the span into. Default: 3 | |
| per_era | No | Releases picked per era. Default: 2 | |
| artist_id | Yes | Spotify ID, URI (spotify:...), or open.spotify.com URL — all resolve to the same entity | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |