youtube_playlist
List videos in a YouTube playlist in order, returning watch URLs and playlist title. Unpack playlists to get video links for further metadata or transcript retrieval.
Instructions
List the videos in a YouTube playlist, in playlist order.
Returns watch URLs and the playlist title, nothing about the videos themselves. Use it to unpack a playlist, then call youtube_video_facts or youtube_transcript on the URLs you get back. A watch link that happens to be playing inside a playlist works here too.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | A youtube.com or youtu.be link |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | How many videos were found | |
| title | No | Playlist title | |
| video_urls | Yes | Watch URLs, kept in playlist order | |
| playlist_id | Yes | The playlist that was read |