youtube_channel_videos_list
ActiveTool of Social Fetch
declared in 0.19.0
List long-form videos from a YouTube channel (not Shorts — use youtube.channel.shorts.list). Accepts a channel id or handle.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"cursor": {
"type": "string",
"minLength": 1,
"description": "Opaque pagination cursor returned by a previous response."
},
"handle": {
"type": "string",
"description": "Optional YouTube channel handle for the request."
},
"sortBy": {
"enum": [
"latest",
"popular"
],
"type": "string",
"description": "Optional sort order for the returned YouTube videos."
},
"channelId": {
"type": "string",
"maxLength": 4096,
"minLength": 1,
"description": "Optional YouTube channel id for the request."
},
"includeExtras": {
"type": "boolean",
"description": "Optional flag to include richer per-video metadata when available."
}
}
}Parent server
Social Fetch
https://github.com/social-freak-ltd/socialfetch-mcp
1/7 registries