confluence_add_inline_comment
Add an inline annotation comment to a specific text selection on a Confluence page. Specify the page, comment text, and the exact text to anchor the comment to.
Instructions
Add an inline (annotation) comment anchored to specific text on a page.
The comment is attached to the first (or Nth) occurrence of text_selection
found in the page body.
Args:
page_id: A numeric page ID or a Confluence URL (including short /wiki/x/ links).
body: The comment text (plain text, converted to ADF paragraph).
text_selection: The exact text on the page to attach the comment to.
match_index: Which occurrence to annotate (0-based, default 0 = first match).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | ||
| page_id | Yes | ||
| match_index | No | ||
| text_selection | Yes |