show_backlog_report
Identify podcast subscriptions with large unplayed backlogs by showing hours of unplayed episodes and newest-episode age per show, helping you decide which podcasts to unsubscribe from.
Instructions
Per saved podcast show: unplayed episodes (resume_point), hours of backlog and newest-episode age — decide what to unsubscribe from. Quota: 1 + N reads (budgeted).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | backlog_hours | |
| max_shows | No | Budget for per-show episode paging. Default 25. | |
| min_hours | No | Only surface shows with at least this many backlog hours. Default 0 (all). | |
| 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 |