Create playlist
create_playlistCreate a new empty playlist in the tenant. Specify optional default duration and cover image URL, then fill it with items using add_playlist_item.
Instructions
Create a new empty playlist in the calling tenant.
When to use:
Bootstrapping content for a player, or splitting an existing playlist.
When NOT to use:
A playlist with that name might already exist — list_playlists first if reuse is acceptable.
What to know:
Only name is required. default_interval (seconds) and image_uri (cover-art URL) are optional and can be added later via update_playlist.
The playlist starts empty; use add_playlist_item to fill it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| image_uri | No | Cover image URL | |
| default_interval | No | Default item duration in seconds |