MCP ServerTools
list_channel_videos
List a channel's uploads with pagination.
Walks a channel's full upload history. Use the returned next_page_token
to fetch the next page.
Cost: 1 credit on success.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
channel | string | yes | A channel @handle, channel URL, or UC… id. Resolved automatically. |
page_token | string | no | Opaque cursor returned by a previous call. Omit on the first request. |
Example call
{
"name": "list_channel_videos",
"arguments": { "channel": "@fireship" }
}Equivalent REST endpoint: GET /api/v2/channel/videos.