create_user_playlist
Create a new playlist in your Spotify account with a name and optional description. Note: the public setting is ignored by Spotify's API.
Instructions
Create a new playlist in the logged-in user's Spotify account.
⚠️ public=False is currently ignored by Spotify's API — playlists are
created public regardless (confirmed bug on Spotify's side, not this
server; see journal entry 30).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| public | No | ||
| description | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |