Reply to Comment
confluence_reply_to_commentAdd replies to existing comment threads on Confluence pages using Markdown formatting for collaborative discussions.
Instructions
Reply to an existing comment thread on a Confluence page.
Args: ctx: The FastMCP context. comment_id: The ID of the parent comment to reply to. body: The reply content in Markdown format.
Returns: JSON string representing the created reply comment.
Raises: ValueError: If in read-only mode or Confluence client is unavailable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comment_id | Yes | The ID of the parent comment to reply to | |
| body | Yes | The reply content in Markdown format |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |