Contract
{
"type": "object",
"required": [
"nationality",
"destination"
],
"properties": {
"purpose": {
"type": "string"
},
"destination": {
"type": "string",
"description": "Country code"
},
"nationality": {
"type": "string",
"description": "Country code"
}
},
"additionalProperties": false
}{
"type": "object",
"required": [
"nationality",
"nationality_name",
"destination",
"destination_name",
"purpose",
"visa_required",
"permit_type",
"free_movement",
"eu_citizen",
"max_stay_days",
"eu_blue_card_eligible",
"requirements_summary",
"notes"
],
"properties": {
"notes": {
"type": "array",
"items": {
"type": "string"
},
"description": "Additional notes, e.g. alternative permit routes (EU Blue Card, Opportunity Card) or registration requirements for longer stays. Observed as a single entry on the free-movement fixture and three entries on the visa-required fixture."
},
"purpose": {
"type": "string",
"description": "The submitted purpose, echoed back, e.g. 'work'."
},
"eu_citizen": {
"type": "boolean",
"description": "Whether the nationality is an EU/EEA citizenship for this purpose."
},
"destination": {
"type": "string",
"description": "The submitted destination country code, echoed back."
},
"nationality": {
"type": "string",
"description": "The submitted nationality country code, echoed back."
},
"permit_type": {
"type": "string",
"description": "e.g. 'none' when no permit is needed under free movement, or 'work_visa_and_permit' when both a visa and a separate work permit are required."
},
"free_movement": {
"type": "boolean",
"description": "Whether the nationality has free-movement rights into the destination (e.g. EU/EEA)."
},
"max_stay_days": {
"type": [
"number",
"null"
],
"description": "Maximum stay in days without further authorization. Observed null on both captured fixtures (a free-movement case with no stay cap, and a case requiring a visa/permit before any stay) -- a populated numeric value was never observed."
},
"visa_required": {
"type": "boolean",
"description": "Whether a visa is required for this nationality/destination/purpose combination."
},
"destination_name": {
"type": "string",
"description": "The destination country's full name, e.g. 'France'."
},
"nationality_name": {
"type": "string",
"description": "The nationality country's full name, e.g. 'Germany'."
},
"requirements_summary": {
"type": "string",
"description": "A plain-language summary of what this nationality needs to work in the destination."
},
"eu_blue_card_eligible": {
"type": "boolean",
"description": "Whether this nationality/destination pairing can use the EU Blue Card route."
}
},
"description": "The work permit / visa requirements result, as returned at routing.responseResultPath ($.output).",
"additionalProperties": false
}Pricing
Every real charge, itemised. A model that quietly omits one is a slow financial leak, so nothing here is rolled up, and a charge that only applies to some inputs says so rather than being added in.
Prices in this catalog are the provider's own list price, not your bill: Omnial MCP charges provider cost plus a platform markup on top, so what you are charged is higher than the figure shown. For the exact amount a specific call will cost, run omnial_execute with dry_run: true; that number includes the markup and is what we hold while the call runs. It is a quote, not a cap on the charge.
| Charge | Rate |
|---|---|
Per call Flat, regardless of what comes back | $0.0324324 |
- Cost basis
- Not recorded
This tool's catalog entry does not record how its final bill is determined, so we will not tell you whether its cost is fixed before the call or reported by the provider afterwards. Either way what is held is a quote rather than a cap: you are charged what the call actually costs, bounded at 2x the quote.
- Updated
- Sep 25, 2026
