playlist_strip_episodes
Remove all episodes or tracks from a Spotify playlist using a client-side filter and atomic replace. Preview changes with dry run before committing.
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 |