list_playlist_items
Retrieve video entries from a YouTube playlist in order. Returns title, description, position, channel, thumbnails, and videoId for each item. Use page_token to paginate through all results.
Instructions
List video entries inside a YouTube playlist in order. Returns snippet (title, description, position, videoOwnerChannelTitle, thumbnails) and contentDetails (videoId). Use the videoId values with get_video_metadata or get_video_transcript for further detail. Use page_token to walk through all items.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| playlist_id | Yes | The ID of the playlist | |
| max_results | No | Default 5 | |
| page_token | No | Token from a previous response to fetch the next page of results. |