confluence_add_comment
Add a comment to a Confluence page using Markdown content. Specify the page ID and comment text to create the comment.
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. content: 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 |
|---|---|---|---|
| content | Yes | The comment content in Markdown format | |
| page_id | Yes | The ID of the page to add a comment to |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |