get_playlist_items
Retrieve every video in a YouTube playlist by providing the playlist URL or ID. Get titles, channel names, and positions to review or organize playlist contents.
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) |