Update comment
tribeunal_update_commentChange the text of your own case comment. Provide commentId and new text; the tool returns the updated comment, and locked evidence on decided cases is protected.
Instructions
Change the text of your own case comment. Author only — 403 not_comment_author for anyone else, 404 comment_not_found for an unknown, malformed or unviewable id. Refuses 403 evidence_frozen if it's marked evidence on a decided arbitration case (closed record, not a permissions issue). commentId comes from tribeunal_list_comments; caseId isn't needed. The activity feed keeps the original excerpt, so an edit doesn't rewrite history. Use tribeunal_delete_comment to remove it instead. Returns {uuid, text, author, createdAt, editedAt, isEvidence, markedBy, voteSide}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | New comment text, 1–5000 characters, replacing the old text entirely. | |
| commentId | Yes | Comment UUID, from tribeunal_list_comments' uuid field. |