Manage Feedback
feedbackSubmit bug reports, feature requests, or notes to the relay operator, or list previous submissions with pagination.
Instructions
Send or list feedback to the relay operator. ONE tool with an action enum: create (a bug|feature|note with a message, optional pane_id) | list (the agent's own submissions, newest first, paginated by before).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Feedback category (required for create). | |
| limit | No | list page size (default 50, max 100). | |
| action | Yes | Feedback to the relay operator. create: submit a bug|feature|note with a message (optional pane_id). list: the agent's own submissions, newest first. | |
| before | No | list cursor from a prior page's next_before. | |
| message | No | Message body (required for create). | |
| pane_id | No | Optional pane this feedback relates to (create). |