submit_feedback
Report calculation errors or data issues by generating a pre-filled GitHub Issue URL. Use after verifying user inputs to submit feedback on tax tool results.
Instructions
Generate a pre-filled GitHub Issue URL for reporting calculation errors or data issues. No data is sent — the user clicks the link to submit. Use this after verifying the user's inputs.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| toolName | Yes | Which tool produced the issue (e.g., calculate_federal_tax) | |
| taxYear | No | Tax year | |
| description | Yes | Brief description of the issue | |
| expected | No | What the user expected | |
| actual | No | What the tool returned |