add_confluence_comment
Add an inline comment to an existing Confluence page using Markdown. Content is automatically converted to Confluence storage format (HTML).
Instructions
Add an inline comment to an existing Confluence page. REQUIRED: Always provide Markdown content. Supports bold, italic, links, and basic formatting. Content is automatically converted to Confluence storage format (HTML).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageId | Yes | The ID of the Confluence page to comment on. | |
| markdownContent | Yes | REQUIRED. The comment body in Markdown format. Use bold (**text**), italic (*text*), links ([text](url)), and basic formatting. This will be converted to HTML for Confluence. |