YouTube Transcriber logoYouTube Transcriber
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

NameTypeRequiredDescription
channelstringyesA channel @handle, channel URL, or UC… id. Resolved automatically.
page_tokenstringnoOpaque 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.