search_saved_shows
Search saved podcast shows by name or publisher substring, returning concise, detailed, or raw JSON results from your Spotify library.
Instructions
Search saved podcast shows (bounded walk + client-side filter). Quota: 🟢 GET /me/shows paged.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Substring match against show name/publisher | |
| 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 |