create_playlist
Create a new Spotify playlist by specifying its name, description, and track URIs. Returns the playlist URI for sharing.
Instructions
Create a new Spotify playlist and return the URI to ALWAYS present to the user as a hyperlink
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the playlist | |
| description | No | Description of the playlist | |
| tracks | Yes | Array of Spotify track URIs | |
| public | No | Whether the playlist should be public |