get_pending_feedback
Retrieve all pending browser feedback annotations at once, then analyze and act on each submitted item.
Instructions
Get all pending feedback that has been submitted. Use this to collect multiple annotations at once - user can submit several feedback items, then you call this to get them all. Returns an array of feedback items. After receiving, analyze ALL items and take action on each.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clear | No | Whether to clear the pending feedback after retrieving (default: true) |