shows_without_new_episodes
Identify saved podcasts with no new episodes in a configurable lookback window, defaulting to 30 days. Set the quiet period and result limits to reveal which shows have gone silent.
Instructions
Find saved shows with no episode released inside the lookback window ("which pods went quiet?") — pages /me/shows then the latest episode per show. Defaults to 30 days, 50 show lookups.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_shows | No | Max per-show episode lookups (request budget). Default 50 | |
| max_results | No | Max items to return (default: SPOTIFY_MCP_MAX_ITEMS env or 50) | |
| lookback_days | No | Quiet window in days. Default 30 | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |