album_duration_report
Produce an album duration report for an artist's studio releases, with total play time, track count, and per-album track length, ordered by runtime to separate EPs from full-length albums.
Instructions
Runtime profile for an artist's studio albums: total length, track count and longest track per album, ranked by runtime — find the epics and the EPs. Quota: 🔴 paginated walk + batched /albums lookups.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| artist_id | Yes | Spotify artist ID, URI, or URL | |
| max_albums | No | Albums to scan. Default: 30 | |
| max_results | No | ||
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |