episode_context_bundle
Get a podcast episode with its parent show and neighboring episodes by release date in one response.
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 |