Get Confluence Comments
get_commentsRetrieve footer and inline comments from Confluence pages or comment threads by content ID, including reply threads when a comment ID is given.
Instructions
Get comments on a page or comment thread by content ID.
Returns footer and inline comments. Inline comments have markerRef — UUID of ac:inline-comment-marker in page body.storage. Pass a comment ID to get its reply thread.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | page content ID or comment ID (to get reply thread) | |
| depth | No | 'all' (include replies, default for pages) or '' (top-level only). Ignored when querying a comment thread. | |
| limit | No | max results (default 25) | |
| start | No | pagination offset | |
| save_path | No | if set, save JSON to this file instead of returning to LLM |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |