Reply to Comment
confluence_reply_to_commentReply to an existing comment thread on a Confluence page by providing the parent comment ID and your reply in Markdown format.
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 |