show_episode_timeline
Lists a show's episodes chronologically and flags gaps longer than a chosen threshold, revealing hiatuses in release schedules.
Instructions
[local-compute] One show's episodes chronologically with hiatus-gap detection — any gap between consecutive release dates larger than the threshold is called out ("no episode in N days"). Quota: 🟡 one paginated /shows/{id}/episodes 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_results | No | ||
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |
| gap_threshold_days | No | Minimum gap to flag as a hiatus, in days. Default: 14 |