Get BugSmash comment
get_feedbackFetch a single feedback comment using its unique ID, optionally including replies, plain text, or location metadata.
Instructions
Fetch a single comment by UUID, including replies when present. Maps to GET /comment/{commentId}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| commentId | Yes | Comment UUID | |
| plainText | No | Return text as plain text instead of HTML (default true) | |
| locationMetadata | No | Include location metadata on the comment |