show_runtime_stats
Calculate total and average episode runtime and release cadence for a Spotify show, using episode data to summarize its length and publishing frequency.
Instructions
[local-compute] Runtime profile for one show: total and average episode runtime plus release cadence (days between episodes), built from a paged /shows/{id}/episodes walk. Quota: 🟡 one paginated walk (typically several API calls).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| market | No | ISO 3166-1 alpha-2 market code (e.g. 'US'); omit for 'from_token' behaviour | |
| show_id | Yes | Spotify show ID | |
| max_episodes | No | Cap on episodes analyzed. Default: SPOTIFY_MCP_FETCH_ALL_CAP | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |