compare_jurisdictions
ActiveTool of OpenAccountants
Quick SIDE-BY-SIDE loader. Loads the income-tax skills for 2–5 jurisdictions as independent blocks so the agent can produce a static comparison (effective rates at a given income level, headline differences, entity-choice implications). It does NOT sequence events or bridge treaties. Use for 'should I incorporate in X or Y?', 'compare tax in MT vs IE', or any standalone side-by-side. NOTE: if the person's facts actually INTERACT across borders (a US person abroad, a residence change, a foreign trust/company, an expatriation), use `plan_cross_border` instead — that tool returns a sequenced plan and the treaty bridge this one deliberately leaves out. The two are siblings: this one for static compares, plan_cross_border for live cross-border planning.
Parameters schema
{
"type": "object",
"required": [
"jurisdictions"
],
"properties": {
"income": {
"type": "string",
"description": "Optional: income figure with currency, e.g. 'EUR 80000' or 'USD 250000'."
},
"entity_type": {
"enum": [
"individual",
"self-employed",
"sole-proprietor",
"company",
"partnership",
"trust"
],
"type": "string",
"description": "Optional taxpayer/entity type for the comparison context. One of the listed values."
},
"jurisdictions": {
"type": "array",
"items": {
"type": "string"
},
"maxItems": 5,
"minItems": 2,
"description": "Array of 2-5 ISO codes (e.g. ['MT', 'IE'] or ['US-CA', 'US-TX', 'US-FL'])."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
OpenAccountants
https://github.com/openaccountants/openaccountants
2/7 registries