list_youtube_playlist_videos
Retrieve and organize videos from any public YouTube playlist with pagination support and filtering options for Shorts and live content.
Instructions
List videos in a playlist (public data).
Parameters:
playlist_id:
YouTube playlist ID (e.g. PL...).
page_token:
Token for pagination.
max_items:
Max number of items to include from this page.
include_shorts/include_live:
Default false; best-effort classification.
parts_level:
basic/full (same meaning as channel videos).
Returns: - items: video[] - nextPageToken: string | null - quotaEstimate: {estimatedUnits,strategy,notes[]}
Notes: - Playlist ordering is YouTube's playlist ordering.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| playlist_id | Yes | ||
| page_token | No | ||
| next_page_token | No | ||
| max_items | No | ||
| include_shorts | No | ||
| include_live | No | ||
| parts_level | No | basic |