shows_without_new_episodes
Find saved shows with no new episodes within a lookback window to reveal which podcasts went quiet. Adjustable lookback days and result limits.
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 |