youtube_channel_shorts_list
ActiveTool of Social Fetch
declared in 0.19.0
List Shorts from a YouTube channel (not long-form videos). 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 Shorts."
},
"channelId": {
"type": "string",
"maxLength": 4096,
"minLength": 1,
"description": "Optional YouTube channel id for the request."
}
}
}Parent server
Social Fetch
https://github.com/social-freak-ltd/socialfetch-mcp
1/7 registries