episode_context_bundle
Fetch a Spotify episode, its parent show, and neighboring episodes by release date in one bundle. Use this to understand an episode's context and discover what aired before or after it.
Instructions
Episode + parent show + neighbouring episodes (prev/next by release date) in one card. Quota: 🟡 2 API calls (GET /episodes/{id} + GET /shows/{id}/episodes).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| market | No | ISO 3166-1 alpha-2 market code (e.g. 'US'); omit for 'from_token' behaviour | |
| episode_id | Yes | Spotify episode ID | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |