List BugSmash feedback
list_feedbackRetrieve all reviewer comments for a project. Optionally filter by status and include location metadata.
Instructions
Retrieve all reviewer comments for a project. Maps to GET /comments?projectId. Prefer plainText=true for LLM consumption. Optionally include location metadata (pin/DOM/page).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | Client-side filter: only return comments with this status (Active or Resolved). The API returns all comments; filtering happens locally. | |
| plainText | No | Return comment bodies as plain text instead of HTML (default true for this tool) | |
| projectId | Yes | Project UUID whose comments to list | |
| locationMetadata | No | Include pin coordinates, DOM path, page number, and related location fields |