conf_ls_inline_comments
Retrieve inline comments from a Confluence page by pageId
, filtering out regular comments and showing only those attached to specific text selections. Includes highlighted text context, comment content in Markdown format, and supports sorting by creation date or document position.
Instructions
Lists ONLY inline comments for a Confluence page, identified by pageId
. Filters out regular page comments and shows only comments attached to specific text selections. Includes highlighted text context and comment content in Markdown format. Supports filtering by resolution status and sorting by document position or creation date. Use this instead of conf_ls_page_comments
when you specifically need inline comments that reference particular text passages. Requires Confluence credentials to be configured.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
includeResolved | No | Include resolved inline comments in the results (default: false) | |
limit | No | Maximum number of inline comments to retrieve (1-100) | |
pageId | Yes | The ID of the Confluence page to retrieve inline comments for | |
sortBy | No | Sort by creation date or document position (default: position) | position |
start | No | Starting point for pagination (used for retrieving subsequent pages of results) |