list_playlist_items
List all video entries in a YouTube playlist, returning title, description, position, channel, thumbnails, and video ID. Paginate with page_token.
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 |
|---|---|---|---|
| page_token | No | Token from a previous response to fetch the next page of results. | |
| max_results | No | Default 5 | |
| playlist_id | Yes | The ID of the playlist |