nexus_clear_comment_moderation_status
Remove moderation status from a comment to restore its normal visibility. Use this tool when a comment needs to be cleared from moderator review.
Instructions
Clear a comment's moderation status (moderator permissions) via v2 GraphQL.
Returns: JSON {comment: {id}} or an error string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comment_id | Yes | Comment ID. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |