Installation
Usage
attach after creating your server instance and after registering your other tools. The report_feedback tool will appear alongside them.
What it does
attach registers a single tool called report_feedback on your MCP server. When an agent calls it, the report is submitted to your writeback dashboard.
The tool accepts these parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
outcome | string | Yes | One of: success, failure, confusing, gave_up, request |
details | string | Yes | What the agent tried and what happened |
tool_name | string | No | The specific tool being reported on |
source | string | No | Defaults to your server name |