create_playlist
Create a new Spotify playlist for the signed-in user with a name, optional description, privacy settings, and initial tracks.
Instructions
Create a new playlist for the signed-in user.
Args: name: The playlist name. public: Whether the playlist is public. Defaults to false (private). description: Optional playlist description. collaborative: If true, others can edit it (forces the playlist private). track_uris: Optional list of track IDs/URIs/URLs to add on creation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| public | No | ||
| track_uris | No | ||
| description | No | ||
| collaborative | No |