Create Playlist
neptime_create_playlistCreate a new video playlist with a required name, optional description, and privacy setting. Limited to 100 playlists per user.
Instructions
Create a new playlist. Limit: 100 playlists max per user.
Args:
name: Playlist name, 2-100 chars (required)
description: Description, max 500 chars (optional)
privacy: public, private, or unlisted (default: private)
Returns: Created playlist object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Playlist name | |
| description | No | Playlist description | |
| privacy | No | Privacy setting | private |