remove_unavailable_playlist_items
Remove unavailable (null) tracks from a Spotify playlist, preserving healthy copies. Use dry-run to preview changes before applying.
Instructions
Remove unavailable (null track) items from a playlist — actionable companion to playlist_health_check. Targets only unavailable occurrences by position so healthy copies are preserved. Read-only dry_run preview available.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dry_run | No | Preview only — no writes | |
| max_results | No | Max unavailable items to remove (default 100) | |
| playlist_id | Yes | Playlist ID or Spotify URL/URI | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |