list_show_episodes
Browse a podcast's episodes newest-first, including duration and release date. Provide a Spotify show ID or URL to get a concise episode list.
Instructions
Page one show's episode list newest-first with duration and release date — the browse view for a single podcast. Default limit 20, 'concise' prose.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| market | No | ISO 3166-1 alpha-2 market for availability | |
| offset | No | Offset into the episode list. Default 0 | |
| 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) | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |