playlist_staleness_report
Calculate playlist freshness using added_at dates, median item age, and 90-day additions, so stale playlists become easy to spot.
Instructions
Per-playlist staleness report: newest/oldest added_at, median item age and count added in the last 90 days — find playlists rotting in place. Quota: 1 + N reads (N = playlists scanned), page-capped.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | median_age | |
| limit | No | How many playlists to scan. Default 50. | |
| 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 |
| per_playlist_cap | No | Max items paged per playlist. Default 500. |