Contract
{
"type": "object",
"required": [
"phone_number"
],
"properties": {
"country_code": {
"type": "string",
"description": "ISO 2-letter country code hint (optional)"
},
"phone_number": {
"type": "string",
"description": "Phone number in any format"
}
},
"additionalProperties": false
}{
"type": "object",
"properties": {
"input": {
"type": "string",
"description": "The phone number exactly as submitted, echoed back."
},
"is_voip": {
"type": "boolean",
"description": "Whether the number is classified as a VOIP line."
},
"is_mobile": {
"type": "boolean",
"description": "Whether the number is classified as (or could be) a mobile line."
},
"is_premium": {
"type": "boolean",
"description": "Whether the number is a premium-rate number."
},
"phone_type": {
"type": "string",
"description": "The detected line type, e.g. 'fixed_line_or_mobile' or 'toll_free'. Observed values are lowercase, underscore-separated category strings."
},
"is_landline": {
"type": "boolean",
"description": "Whether the number is classified as (or could be) a fixed landline."
},
"sms_capable": {
"type": "boolean",
"description": "Whether the number can plausibly receive SMS messages."
},
"country_code": {
"type": "string",
"description": "ISO 2-letter country code the number was resolved against."
},
"is_toll_free": {
"type": "boolean",
"description": "Whether the number is a toll-free number (e.g. a US 1-800 number)."
}
},
"description": "The phone type detection result, as returned at routing.responseResultPath ($.output).",
"additionalProperties": true
}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 23, 2026
