get_annotations
Retrieve annotation pins to review feedback by page, component, or status before implementing changes.
Instructions
Retrieve annotation pins from the .feedback/ directory. Filter by page URL, LWC component name, or status. Use this to understand what feedback exists before making changes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | Filter by status | |
| pageUrl | No | Filter by page URL (partial match OK). e.g. "WML_Care_Home" | |
| componentName | No | Filter by LWC component name. e.g. "wmlHomePage" or "c-wml-home-page" |