Contract
{
"type": "object",
"required": [
"query"
],
"properties": {
"query": {
"type": "string",
"minLength": 1,
"description": "An advanced search query, e.g. 'select from people where experiences.any(is_current = true and job_title is_similar_to (\"VP Sales\") and company.estimated_employee_count >= 500)'. Fetch the query reference first for the full field catalog and grammar."
}
},
"additionalProperties": false
}{
"type": "object",
"required": [
"search_id",
"source_type"
],
"properties": {
"search_id": {
"type": "string",
"description": "Opaque identifier for the search job just started, e.g. 'search_0tl04nw6MChmXgXhjxv'. Does not itself contain any matching records."
},
"source_type": {
"type": "string",
"description": "Which record type the query searched: observed as 'companies' on a company query and 'people' on a people query across the two real calibration calls."
}
},
"description": "The search-job record returned at the endpoint's result path. Both real calibration calls (a company query and a people query) returned exactly these two fields.",
"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.00 |
- 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 15, 2026
