album_duration_report
Generates a runtime profile for an artist's studio albums—total length, track count, and longest track per album, ranked by duration—to identify their longest and shortest releases.
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 |