unsave_orphan_tracks
Find saved Spotify tracks that appear in no playlist, then optionally remove them from your library. Preview changes with dry-run before deleting.
Instructions
Find saved tracks that appear in no playlist (orphans) and optionally unsave them. Quota: 🟡 walks library + all playlists (capped). Destructive when dry_run=false.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dry_run | No | Preview only: validate inputs and describe exactly what would change without performing it | |
| scan_cap | No | Max saved tracks to scan (default fetchAllCap) | |
| max_remove | No | Max orphans to remove (default 50) | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |