create_playlist
Create a new Spotify playlist by providing a name, and optionally set its visibility, collaboration, or description.
Instructions
Create a new playlist for the current user
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Playlist name | |
| public | No | Whether the playlist is public. Default: false | |
| description | No | Playlist description | |
| collaborative | No | Whether the playlist is collaborative. Default: false |