Create a playlist
create_playlistCreates an empty Spotify playlist with the specified name and description, returning its ID and URL for subsequent track addition.
Instructions
Create a new empty playlist, then fill it with add_tracks. Give it a name and a short description that reflects what the user asked for. Returns the playlist ID and its URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| public | No | Private by default | |
| description | No |