youtube_list_comments
ActiveTool of io.github.saloprj/dialogbrain
declared in 1.17.0
List comment threads on a YouTube video. Pass video_id (e.g. 'dQw4w9WgXcQ') or channel_ref ('youtube:video:<id>'). Returns top-level comments with inline replies.
Parameters schema
{
"type": "object",
"required": [
"video_id"
],
"properties": {
"video_id": {
"type": "string",
"description": "YouTube videoId — bare 11-char form OR full 'youtube:video:<id>'."
},
"page_token": {
"type": "string",
"description": "Pagination cursor from a previous call's `next_page_token`."
},
"max_results": {
"type": "integer",
"description": "Page size, 1-100. Default 25."
}
}
}Parent server
io.github.saloprj/dialogbrain
https://github.com/saloprj/dialogbrain-mcp
1/7 registries