submit_feedback
Generate a pre-filled GitHub Issue URL to report tax calculation errors or data issues. Provide tax year, expected and actual results, then click the link to submit feedback.
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
| Name | Required | Description | Default |
|---|---|---|---|
| actual | No | What the tool returned | |
| taxYear | No | Tax year | |
| expected | No | What the user expected | |
| toolName | Yes | Which tool produced the issue (e.g., calculate_federal_tax) | |
| description | Yes | Brief description of the issue |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| error | No | ||
| isError | Yes |