comment
Post a public message on a motion, as a top-level entry or a reply, pending user approval. Returns Monnet's response if it answers.
Instructions
Post a public comment on a motion, either top-level or as a reply within an existing comment thread (pass parent_id). The user is asked to approve the message before it is sent — nothing is posted without their explicit confirmation. Monnet may respond — if it does, the response is included in the return value.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | The comment text (1-10,000 chars). | |
| parent_id | No | Optional id of the top-level comment to reply under — full UUID or 8-char short id, as shown by get_motion. Omit to post a top-level comment. Replies to replies are not allowed (thread depth is 1). | |
| workspace_slug | Yes | The workspace slug. | |
| motion_short_id | Yes | The first 8 characters of the motion UUID. |