album_track_stats
Calculate track-length statistics for any Spotify album: get minimum, maximum, mean, median, and longest track from the album's track list.
Instructions
[local-compute] Track-length statistics for one album: min/max/mean/median plus a longest-track callout, built from a paged /albums/{id}/tracks walk. Quota: 🟡 one paginated walk (usually a single call).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| market | No | ISO 3166-1 alpha-2 market code (e.g. 'US'); omit for 'from_token' behaviour | |
| album_id | Yes | Spotify album ID | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |