confluence_get_comment_thread
Fetch a Confluence comment thread, including all replies, in a single call. Bypass multiple comment and child-comment endpoints, with configurable depth and explicit truncation status.
Instructions
HIGH-LEVEL: Get one footer or inline comment plus its reply tree in one MCP call. Prefer this over repeatedly calling confluence_get_comment and child-comment endpoints. max_depth and max_items bound recursive traversal; partial/truncated status is explicit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_chars | No | ||
| max_depth | No | ||
| max_items | No | ||
| comment_id | Yes | ||
| body_format | No | storage | |
| comment_type | No | footer |