list_youtube_channel_playlists
Retrieve public playlists from a YouTube channel to organize and access video collections. Supports pagination for handling large results.
Instructions
List public playlists for a channel.
Parameters:
channel_ref:
Same formats as resolve_youtube_channel.
page_token:
Token for pagination.
Returns: - items: playlist[] (YouTube API playlist resources) - nextPageToken: string | null - quotaEstimate: {estimatedUnits,strategy,notes[]}
Notes: - Public playlists only. - This tool does not list "private" playlists.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel_ref | Yes | ||
| page_token | No | ||
| next_page_token | No |