get_comments
Retrieve comments from a Confluence page by providing its page ID. Optionally limit the number and choose text or markdown format.
Instructions
Retrieve comments for a specific Confluence page
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of comments to return (default: 25) | |
| format | No | Format to return comment content in (default: text) | |
| pageId | Yes | ID of the page to retrieve comments for |