create_playlist
Create a new YouTube playlist with custom title, description, and privacy settings using the YouTube Data API.
Instructions
Create a new playlist. Costs 50 quota units.
Args: title: Playlist title description: Playlist description privacy_status: private, unlisted, or public (default private)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| description | No | ||
| privacy_status | No | private |