search_saved_episodes
Find saved Spotify episodes by searching your library with optional show and query filters. Locate a specific episode without scrolling through all saved items.
Instructions
Search saved episodes (bounded walk + client-side filter). Quota: 🟢 GET /me/episodes paged.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| show | No | Substring against show name | |
| query | No | Substring against episode/show name | |
| scan_cap | No | ||
| max_results | No | Max items to return (default: SPOTIFY_MCP_MAX_ITEMS env or 50) | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |