create_playlist
Create a new Spotify playlist for the current user. Set name, description, public or collaborative options, or use dry-run mode to preview changes before creating.
Instructions
Create a new playlist for the current user. Set dry_run=true to preview without creating.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Playlist name | |
| public | No | Whether the playlist is public. Default: false | |
| dry_run | No | Preview only: validate inputs and describe exactly what would change without performing it | |
| description | No | Playlist description | |
| collaborative | No | Whether the playlist is collaborative. Default: false |