youtube_channel_videos
ActiveTool of io.github.CDCStream/captapi
declared in 0.1.0
List a channel's uploaded videos. Costs ~20 credits; cached results are free, failures are never charged.
Parameters schema
{
"type": "object",
"required": [
"url"
],
"properties": {
"url": {
"type": "string",
"format": "uri",
"description": "YouTube channel URL, e.g. https://youtube.com/@handle or /channel/UC..."
},
"fast": {
"type": "boolean",
"description": "Set true to use YouTube RSS for faster results with less detailed metadata. Leave false when viewCount/duration quality matters."
},
"limit": {
"type": "integer",
"minimum": 1,
"description": "Max items to return. Default 20, max 200. Billed per result."
}
},
"additionalProperties": false
}Parent server
io.github.CDCStream/captapi
https://github.com/CDCStream/captapi
1/7 registries