youtube_video_comments_list
ActiveTool of Social Fetch
declared in 0.19.0
List comments on a YouTube video by URL.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"url"
],
"properties": {
"url": {
"type": "string",
"maxLength": 4096,
"minLength": 1,
"description": "Link to the YouTube video whose comments should be listed."
},
"order": {
"enum": [
"top",
"newest"
],
"type": "string",
"description": "Comment sort order. `top` returns highest-ranked comments; `newest` returns the most recent comments."
},
"cursor": {
"type": "string",
"minLength": 1,
"description": "Opaque cursor from a previous response to fetch the next page."
}
}
}Parent server
Social Fetch
https://github.com/social-freak-ltd/socialfetch-mcp
1/7 registries