create_playlist
Organize your music by creating a new Spotify playlist with a name, description, and public setting.
Instructions
Create a new playlist for the current user.
Args:
name: Name for the new playlist.
description: Description for the playlist.
public: Whether the playlist should be public (default True).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| description | No | ||
| public | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |