confluence_comment_replies
Retrieve child replies for a Confluence comment. Choose footer or inline kind to target the correct reply chain, and set limit to 0 to fetch every reply.
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. |