Look up inbound-worker tax regime for a city
get_inbound_tax_regimeLook up a city's special inbound-worker tax regime, including reduction percentage, duration, income cap, and eligibility hints. Returns null if no regime exists.
Instructions
Look up a city's inbound-worker tax regime, the special reduced-tax schemes for relocating workers that general cost-of-living tools do not surface. Returns null when the country has no modeled regime (most cities). Modeled regimes: Italy impatriati (Milan, Rome), Portugal IFICI (Lisbon, Porto), Belgium expat (Brussels), Poland B2B ryczałt (Warsaw, Kraków), Greece inbound (Athens). Each entry includes the mechanic (reduction percentage or flat rate), duration, income cap if any, and a conservative eligibility hint. Read-only, no side effects; returns a text summary plus structured JSON.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | Yes | City slug. Use list_cities to discover valid slugs. Most cities return regime=null because their country has no special inbound-worker tax regime. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | ||
| city | Yes | ||
| country | Yes | ||
| regime | Yes | ||
| disclaimer | No | ||
| methodology_url | Yes |