YouTube Transcriber logoYouTube Transcriber
MCP ServerTools

list_channel_latest

The N most-recent uploads from a channel.

Returns up to 50 of a channel's most recent uploads. A quick "what did they post lately?" query without paginating the full upload history.

Cost: free.

Parameters

NameTypeRequiredDescription
channelstringyesA channel @handle, channel URL, or UC… id. Resolved automatically.
limitnumbernoHow many videos to return (default 10, max 50).

Example call

{
  "name": "list_channel_latest",
  "arguments": { "channel": "@theverge", "limit": 5 }
}

Equivalent REST endpoint: GET /api/v2/channel/latest.