nexus_create_comment
Post a comment in a Nexus Mods thread as a top-level comment or nested reply. Provide thread ID and body, optionally specify reply_to_id to reply to a specific comment.
Instructions
Post a comment in a thread via v2 GraphQL — top-level by default, or a nested reply when reply_to_id is given.
Consumes the v2 GraphQL pool, NOT the v1 REST rate-limit quota. Find thread IDs on mod pages (?tab=posts); forum threads and mod posts have distinct thread IDs.
Returns: JSON {createComment: {comment: {id, body, ...}}} or an error string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Comment body text (plain text). | |
| thread_id | Yes | Comment thread ID to reply in. | |
| reply_to_id | No | Comment ID to reply to; omit for a top-level comment. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |