List comment replies
list_repliesList all replies on a comment thread using the parent comment UUID. Retrieve reviewer feedback for analysis, with optional plain text output.
Instructions
List all replies on a comment thread. Maps to GET /comment/{commentId}/replies.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| commentId | Yes | Parent comment UUID | |
| plainText | No | Return reply text as plain text (default true) |