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
| Name | Type | Required | Description |
|---|---|---|---|
channel | string | yes | A channel @handle, channel URL, or UC… id. Resolved automatically. |
limit | number | no | How 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.