replace_playlist_items
Replace a playlist's entire contents with a supplied ordered list of track or episode URIs, overwriting existing items. Supports lists over 100 URIs and dry-run preview.
Instructions
Replace ALL items in a playlist with the supplied URIs, overwriting the current contents. Lists longer than 100 URIs are sent in chunks internally (replace + appends).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uris | Yes | Complete ordered list of track or episode URIs the playlist should contain | |
| dry_run | No | Preview only: validate inputs and describe exactly what would change without performing it | |
| playlist_id | Yes | Playlist ID |