list_playlists
Retrieve playlists from a YouTube channel or by specific IDs. Returns playlist details including title, description, thumbnails, and video count.
Instructions
List playlists belonging to a channel or fetch specific playlists by ID. Returns snippet (title, description, channelId, thumbnails) and contentDetails (itemCount). Use list_playlist_items with the returned playlist id to browse all videos inside a playlist. Use page_token to paginate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| playlist_ids | No | Comma-separated playlist IDs | |
| channel_id | No | Channel ID to get playlists for | |
| max_results | No | Default 5 | |
| page_token | No | Token from a previous response to fetch the next page of results. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | ||
| nextPageToken | No | ||
| pageInfo | No | ||
| items | Yes |