modify_playlist
Change a Spotify playlist's name, description, visibility, or collaborative status by ID or URI to manage sharing and access.
Instructions
Change a playlist's name and public/private state
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The Spotify ID or URI of the playlist | |
| name | No | Optional. New name for the playlist | |
| public | No | Optional. If true the playlist will be public | |
| description | No | Optional. New description for the playlist | |
| collaborative | No | Optional. If true, the playlist will become collaborative |