get_playlist_items
Retrieve the list of videos in a YouTube playlist, including public and private playlists, to enable further processing like summarizing transcripts.
Instructions
List the videos in a playlist. Public playlists work with an API key; private ones need sign-in. Combine with get_transcript to summarize a whole playlist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| playlist | Yes | Playlist ID or a URL containing ?list= | |
| page_token | No | ||
| max_results | No | 1-50 |