spraay_tax_calculate
Calculate crypto tax gain or loss using FIFO method for up to 500 transactions. Provides per-event breakdown and aggregate summary with short and long-term classification. Data persists in Supabase for a fee of $0.01 USDC.
Instructions
Calculate crypto tax gain/loss using FIFO method for up to 500 transactions. Returns per-event breakdown and aggregate summary with short/long-term classification. Data persists in Supabase. Costs $0.01 USDC.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| transactions | Yes | Array of 1-500 transaction objects for tax calculation |
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. |