close_feedback
Closes feedback entries by ID, setting status to 'closed' and adding an optional resolution note. Use to mark reported issues as resolved after implementing fixes.
Instructions
Close an existing feedback entry by ID — sets status to "closed" and optionally adds resolution text. Use this to mark feedback items as resolved after fixing them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The feedback entry ID to close (from list_feedback output) | |
| resolution | No | Resolution note explaining how the issue was addressed |