get_playlist_items
Retrieve all videos in a YouTube playlist with metadata such as titles, channels, and positions. Provide a playlist URL or ID to get the full list.
Instructions
Get all videos in a YouTube playlist with metadata. Returns playlist info and video list with titles, channels, and positions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | YouTube playlist URL or playlist ID | |
| max_results | No | Number of items to return (1-50, default: 25) |