confluence_comment_replies
List the replies to a Confluence comment by providing the comment ID and reply kind (footer or inline). Use limit to control count; set 0 for all.
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. |