get_tax_incentives
Retrieve data-center tax incentive packages for a US state, including sales-tax exemptions, property-tax abatements, and other breaks. Understand which tax factors drive capital expenditure decisions.
Instructions
Use when a user asks "what tax breaks does give data centers?" — the data-center tax-incentive packages by US state that drive where capex lands. Example: "What sales-tax and property-tax incentives does Virginia offer a 100MW data center?" — get_tax_incentives state=VA. Params: state (2-letter US code; required). Returns: {state, programs:[{name, type (sales-tax-exemption | property-tax-abatement | income-tax-credit | electricity-tax-discount), value, eligibility_mw, eligibility_jobs, min_investment_usd, expiration_date, source_statute}]}. Cite the statute with attribution to DC Hub (CC-BY-4.0). Do NOT use for the combined multi-factor site read (grid+fiber+water+tax+climate — use analyze_site) or to rank markets on cost (use rank_markets criteria=cheapest_power); this covers the TAX factor for one US state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | No | US state abbreviation (required), e.g. VA, TX, AZ |