confluence_comment_add
Post a markdown comment to a Confluence page footer. Provide content inline or via file path; markdown converts to ADF automatically.
Instructions
Post a markdown comment to a Confluence page as a page-level footer comment. The content is converted to ADF before posting. Supply the body as content (inline) OR content_path (a filesystem path the server reads) — not both. For inline (anchored) comments, use confluence_comment_add_inline. Mirrors omni-dev atlassian confluence comment add.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Confluence page ID. | |
| content | No | Markdown content of the comment body. Converted to ADF before posting. Mutually exclusive with `content_path`; exactly one is required. | |
| content_path | No | Filesystem path the server reads the comment body from, instead of `content`. Prefer this when the body is already on disk. Mutually exclusive with `content`. |