confluence_comment_list
List comments from a Confluence page with automatic pagination. Filter by footer, inline, or all types; inline comments include markers and original selection.
Instructions
List comments on a Confluence page (auto-paginated). kind selects "footer", "inline", or "all" (default — both kinds merged and sorted by creation time). limit of 0 returns every comment. Inline comments include their inline_marker_ref and durable inline_original_selection (the reviewer's original highlight); note that inline-comment anchors do NOT follow text edits — use confluence_comment_audit to detect drift and confluence_comment_reanchor to fix it. Comment authors are returned as Atlassian account IDs (e.g. 557058:...) — resolve them to display names with confluence_user_get (pass every distinct author ID in one call). Mirrors omni-dev atlassian confluence comment list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Confluence page ID. | |
| kind | No | Which kind of comments to include: `"footer"`, `"inline"`, or `"all"` (the default — both, merged and sorted by creation time). | |
| limit | No | Maximum number of comments to return (0 = unlimited). |