show_activity_feed
Aggregates the latest episodes from all saved shows into a single chronological list, newest first, with configurable limits for episodes per show and total results.
Instructions
Chronological feed of the most recent episodes across ALL your saved shows, merged and sorted newest-first — one scroll instead of N show visits. Defaults to 3 episodes per show, newest first.
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) | |
| eps_per_show | No | Recent episodes pulled per show. Default 3 | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |