Add comment
add_commentPost comments on documentation pages. Use parent_comment_id to reply within existing threads.
Instructions
Post a comment on a page. Set parent_comment_id to reply within an existing thread. The returned 'mentions' array echoes @name tokens parsed from the body — it is informational only; posting a comment does NOT currently notify the mentioned user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | Yes | Page UUID or "workspaceSlug/spaceSlug/pageSlug" path | |
| content | Yes | Comment body (Markdown) | |
| parent_comment_id | No | UUID of the comment being replied to, to thread under it (omit for a top-level comment) |