youtube_post_comment_reply
ActiveTool of io.github.saloprj/dialogbrain
declared in 1.17.0
Post a comment on a YouTube video, or reply to an existing comment. Pass video_id for a top-level comment, OR parent_comment_id to reply. AI-disclosure suffix appended automatically when configured.
Parameters schema
{
"type": "object",
"required": [
"text"
],
"properties": {
"text": {
"type": "string",
"description": "Comment body. 1-10000 chars. AI-disclosure suffix may be auto-appended."
},
"video_id": {
"type": "string",
"description": "Bare videoId or 'youtube:video:<id>' — for a top-level comment."
},
"parent_comment_id": {
"type": "string",
"description": "Bare commentId or 'youtube:comment:<id>' — for a reply."
}
}
}Parent server
io.github.saloprj/dialogbrain
https://github.com/saloprj/dialogbrain-mcp
1/7 registries