list_saved_shows
List saved shows in your Spotify library with publisher, episode count, and saved date. Use max_results to limit output; truncation includes a fetch-all hint.
Instructions
List the shows saved in your library with publisher, episode count, and saved date — truncated to max_results with a fetch-all hint when longer. Default 20 rows, 'concise' prose.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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 |