search_saved_episodes
Find saved Spotify episodes by matching show or episode names. Filter your podcast library with substring queries and retrieve matching results in concise, detailed, or JSON format.
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 |