Get playlist
get_playlistRetrieve a specific playlist by ID, optionally with its items included inline. Use it to inspect queued content and obtain item IDs for reordering or patching.
Instructions
Fetch a single playlist by id, optionally with its content items inline.
When to use:
The user wants to inspect what's actually queued on a playlist.
You need the item ids before reordering or patching items.
When NOT to use:
For just the name/id — list_playlists is one round-trip.
What to know:
include_items=true returns the playlist with its items array; otherwise only the playlist row.
Item shape depends on type (image/video/image_slideshow/youtube). Inspect type before assuming asset_id vs external_url vs config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| playlist_id | Yes | ||
| include_items | No | Inline the playlist items in the response |