confluence_add_comment
Add a comment to a Confluence page with support for threaded replies.
Instructions
Add a footer comment to a Confluence page.
Args:
page_id: A numeric page ID or a Confluence URL (including short /wiki/x/ links).
body: The comment text (plain text, converted to simple ADF paragraph).
parent_comment_id: Optional parent comment ID for threaded replies.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | ||
| page_id | Yes | ||
| parent_comment_id | No |