dead_library_finder
Find saved Spotify tracks that never appear in recent history and aren't in any playlists, then remove them from your library (dry-run by default).
Instructions
Find saved tracks that never appear in your recent history AND sit in none of your playlists — unsave candidates. Local compute over /me/tracks + playlists + history. dry_run defaults to true; disabling it actually removes the candidates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dry_run | No | Plan only (default). Set false to remove the candidates from your library. | |
| max_results | No | Max items to return (default: SPOTIFY_MCP_MAX_ITEMS env or 50) | |
| min_age_days | No | Only consider tracks saved at least this long ago. Default 30. | |
| max_playlists | No | Budget for playlist scans (each scan pages that playlist). Default 50. | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |