stale_saved_shows_plan
Generate a plan for pruning saved shows with no new episodes within a configurable staleness period. Read-only by design, it never unfollows; use remove_saved_shows to commit.
Instructions
Build a PLAN for pruning saved shows that have published nothing within the staleness threshold — read-only by design, it never unfollows anything; pair with remove_saved_shows to commit. Defaults to 90 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) | |
| threshold_days | No | Stale when no release within N days. Default 90 | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |