playlist_strip_episodes
Strip podcast episodes from a Spotify playlist with a client-side filter and atomic replace. Preview changes with dry run, then commit to purify the playlist.
Instructions
Purify a playlist after collab drift: strip every podcast EPISODE (or every TRACK) with one client-side filter + atomic replace. Quota: 🟢 GET + 1 PUT.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| strip | No | What to remove. Default episodes | |
| dry_run | No | Preview only: perform the read side and return a PLAN without changing anything. Default true — pass false to commit. | |
| playlist_id | Yes | Playlist to purify (ID or spotify:playlist: URI) | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |