nexus_lock_comment
Lock a comment with moderator permissions to prevent further interaction. Use this tool to halt replies and engagement on a specific comment via GraphQL.
Instructions
Lock a comment against further interaction (moderator permissions) via v2 GraphQL.
Returns: JSON {comment: {id}} or an error string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comment_id | Yes | Comment ID to lock. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |