wait_for_multiple_feedback
Wait for users to submit multiple browser feedback items at once, then return all annotations after they click Done.
Instructions
Wait for the user to submit multiple feedback items. Shows a prompt in the browser telling user to submit all their annotations, then click 'Done'. Returns array of all feedback. Use this when user wants to report multiple issues at once.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | No | Message to show user (default: 'Submit all your feedback, then click Done when finished') | |
| timeout_seconds | No | Maximum time to wait (default: 300 seconds / 5 minutes) |