confluence_comment_replies
List replies to a Confluence comment by providing its ID and comment kind (footer or inline). Returns child comments, with optional limit for pagination.
Instructions
List the replies (child comments) of a Confluence comment. kind must be "footer" or "inline" — Confluence stores reply chains on kind-specific endpoints, so the caller must commit to one. limit of 0 returns every reply. Mirrors omni-dev atlassian confluence comment replies.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | `"footer"` or `"inline"` — Confluence stores reply chains on a kind-specific endpoint, so the caller must commit to one. | |
| limit | No | Maximum number of replies to return (0 = unlimited). | |
| comment_id | Yes | Parent comment ID. |