Add Comment
confluence_add_commentAdd comments to Confluence pages using Markdown format. This tool enables collaboration by allowing users to provide feedback and notes directly on pages.
Instructions
Add a comment to a Confluence page.
Args: ctx: The FastMCP context. page_id: The ID of the page to add a comment to. body: The comment content in Markdown format.
Returns: JSON string representing the created comment.
Raises: ValueError: If in read-only mode or Confluence client is unavailable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes | The ID of the page to add a comment to | |
| body | Yes | The comment content in Markdown format |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |