compare_state_taxes
Compare state income taxes across multiple states for one tax year to identify lower tax liability. Requires explicit calculation profiles for all chosen states.
Instructions
Compare state income tax for one tax year only when every requested state has an explicit calculation profile.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| states | Yes | Array of state codes to compare (e.g., ['CA', 'TX', 'WA', 'NY']) | |
| taxYear | Yes | Tax year for all versioned state calculation profiles | |
| filingStatus | No | Filing status (default: single) | |
| taxableIncome | No | Deprecated alias for incomeBeforeStateDeductions | |
| incomeBeforeStateDeductions | No | Annual income before modeled state deductions |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| error | No | ||
| isError | Yes |