conf_ls_page_comments
Retrieve and list comments for a specific Confluence page, including content and metadata in Markdown format. Supports pagination to manage large comment sets, with options to set limit and start parameters for controlled data retrieval.
Instructions
Lists comments for a Confluence page, identified by pageId
. Includes both page-level and inline comments. Shows comment content and metadata in Markdown format. Supports pagination via limit
and start
parameters. Pagination information including next offset value is included directly in the returned text content. Requires Confluence credentials to be configured. Returns comment details as Markdown.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No | Maximum number of comments to retrieve (1-100) | |
pageId | Yes | The ID of the Confluence page to retrieve comments for | |
start | No | Starting point for pagination (used for retrieving subsequent pages of results) |