report_outcome
Submit feedback on whether a workaround resolved an error to refine future fix recommendations.
Instructions
Report whether a workaround from deadends.dev worked or failed. This feedback improves fix_success_rate and confidence for future users. Call this AFTER applying a workaround to help improve the database. Accepts the error ID, the workaround action you tried, and whether it succeeded.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | Optional: additional context or notes | |
| success | Yes | Whether the workaround resolved the error | |
| error_id | Yes | The error ID (domain/slug/env) | |
| environment | No | Optional: your environment info (runtime, os, version, etc.) | |
| workaround_action | Yes | The workaround action string you tried (from the workarounds list) |