Agent-readable docs index: /llms.txt. Full docs in one file: /llms-full.txt. Download /docs.zip to grep all markdown files locally.
inbox_comment-actionTOOL
Moderate an imported comment
Parameters
commentId *string
Positional argument commentId
action *"DELETE" | "HIDE" | "UNHIDE" | "LIKE" | "UNLIKE" | "APPROVE" | "REJECT"
Moderation action to run
reason?string
Optional reason for the action
banAuthor?boolean
Also ban the comment author where the platform supports it
Request example
{ "method": "tools/call", "params": { "name": "inbox_comment-action", "arguments": { "commentId": "string", "action": "DELETE", "reason": "string", "banAuthor": true } } }