list_youtube_channel_playlists
Retrieve the public playlists of a YouTube channel using its channel reference. Supports pagination to navigate through 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
| Name | Required | Description | Default |
|---|---|---|---|
| page_token | No | ||
| channel_ref | Yes | ||
| next_page_token | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||