conf_ls_page_comments
Retrieve and manage comments for a Confluence page using pageId
. Fetches both page-level and inline comments with Markdown-formatted content and metadata. Supports pagination with limit
and start
parameters. Requires configured Confluence credentials for access.
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) |