List the channel’s playlists (and what is in one)
list_youtube_playlistsRetrieve YouTube playlists with id, title, privacy, and video count; pass a playlistId to also get its ordered entries with item IDs for removal or reordering.
Instructions
List the playlists on the connected YouTube channel — id, title, description, privacy and video count. Pass a playlistId to get that ONE playlist plus its entries in order. IMPORTANT: each entry carries BOTH a videoId and an itemId; itemId is the playlist-ENTRY id and is what manage_youtube_playlist_items needs to remove or re-order a row, because one video can appear in a playlist more than once so a videoId does not identify the entry. Read-only, 0 credits. Needs a connected YouTube channel.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | max rows, default 25, cap 50 (YouTube’s own maximum) | |
| pageToken | No | nextPageToken from a previous call | |
| playlistId | No | one playlist to open, with its entries. Omit to list the channel’s playlists. |