episode_runtime_report
Get runtime statistics for a show's episodes: episode count, total, min, median, and max duration, plus longest and shortest episodes. Use these stats to plan listening time.
Instructions
Runtime statistics for one show's episodes — count, total/min/median/max duration, and the longest and shortest episodes — to plan listening time. Defaults to the 100 newest episodes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| show_id | Yes | Show ID, spotify:show: URI, or open.spotify.com/show URL | |
| max_results | No | Max items to return (default: SPOTIFY_MCP_MAX_ITEMS env or 50) | |
| episodes_limit | No | How many newest episodes to analyse. Default 100 | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |