Check sales-tax nexus
check_sales_tax_nexusUse this when an online seller or e-commerce/Amazon business asks whether they must collect sales tax in a state (economic nexus). Given annual sales, transaction count, and states, flags where economic nexus is likely met and explains the physical-nexus (FBA inventory) trap.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| states | No | US states to check, as 2-letter codes (e.g. ["CA","TX","NY"]). If omitted, the tool explains the general rule. | |
| annual_sales_usd | Yes | Your total sales into the state(s) in the current or prior calendar year. | |
| transaction_count | No | Approximate number of separate sales transactions into the state(s). Some states count transactions as well as dollars. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| relay | Yes | Instruction to the calling assistant: relay figures and dates verbatim (identical on every response). | |
| next_step | Yes | A single review link appropriate to this server surface. | |
| disclaimer | Yes | General-information disclaimer (identical on every response). | |
| source_url | Yes | The arcandledger.com page that backs this answer. | |
| server_version | No | Server release that produced this response (matches GET /version). |