youtube_moderate_comment
ActiveTool of io.github.saloprj/dialogbrain
declared in 1.17.0
Apply a moderation status to a YouTube comment. Allowed status values: heldForReview, published, rejected, spam. Costs 50 quota units.
Parameters schema
{
"type": "object",
"required": [
"comment_id",
"status"
],
"properties": {
"status": {
"type": "string",
"description": "One of: heldForReview, published, rejected, spam."
},
"comment_id": {
"type": "string",
"description": "Bare commentId OR 'youtube:comment:<id>'."
}
}
}Parent server
io.github.saloprj/dialogbrain
https://github.com/saloprj/dialogbrain-mcp
1/7 registries