spraay_tax_report
Retrieve a specific tax report by ID or list all previously calculated reports. Data persists in Supabase and costs $0.02 USDC per request.
Instructions
Retrieve a previously calculated tax report by ID, or list all reports. Data persists in Supabase. Costs $0.02 USDC.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reportId | No | Tax report ID from spraay_tax_calculate (e.g. 'tax_abc123'). Omit to list all reports. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | True when the gateway call succeeded; false when it returned an error. | |
| data | No | The gateway response payload on success. The exact shape depends on the tool (see the tool description and the JSON in the text content block). | |
| error | No | Human-readable error message, present only when ok is false. |