Update playlist
update_playlistUpdate playlist metadata and ordering: rename it, change its description, or replace the entire item order with a complete new list. Use add/remove tools for membership changes.
Instructions
Renames a playlist, changes its description or reorders its entries. items replaces the order completely, so it has to contain every entry that should stay — use add_items_to_playlist and remove_items_from_playlist to change membership. The library of a playlist cannot be changed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New name | |
| items | No | Complete, newly ordered list of entries | |
| description | No | New description | |
| playlist_id | Yes | Playlist id, as returned by list_playlists |