youtube.channel_videos
ActiveTool of Vee3
Fetch a paginated list of videos from a public YouTube channel by its channel id. Accepts a channel id (for example UCg6gPGh8HU2U01vaFCAsvmQ) or common YouTube channel URLs (for example https://www.youtube.com/@ChrisTitusTech). Use cursor from a prior response for the next page. Cost = 10 tokens.
Parameters schema
{
"type": "object",
"title": "get_youtube_channel_videosArguments",
"required": [
"channel_id"
],
"properties": {
"cursor": {
"anyOf": [
{
"type": "string",
"maxLength": 4096
},
{
"type": "null"
}
],
"title": "Cursor",
"default": null,
"description": "Pagination cursor from a previous response cursor field."
},
"channel_id": {
"type": "string",
"title": "Channel Id",
"maxLength": 2048,
"description": "YouTube channel id or URL (for example UCg6gPGh8HU2U01vaFCAsvmQ or https://www.youtube.com/@ChrisTitusTech)."
}
}
}Parent server
Vee3
https://github.com/Vee3io/Vee3
1/7 registries