Reply to Comment
confluence_reply_to_commentReply to a comment thread on a Confluence page. Provide the comment ID and reply content in Markdown to add a response.
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 |
|---|---|---|---|
| body | Yes | The reply content in Markdown format | |
| comment_id | Yes | The ID of the parent comment to reply to |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |