create_playlist
Create a new playlist in your Spotify account by providing a name and optional description and public visibility. Returns the new playlist's ID and URI.
Instructions
Create a new playlist in your Spotify account. Returns the new playlist ID and URI.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name for the new playlist | |
| public | No | Whether the playlist should be public (default: false) | |
| description | No | Optional description for the playlist |