Skip to content
Eden Engine

Start an Advanced People or Company Search (Query Language)

omnial/search-query-mode

Starts an advanced-query search over people or company records and returns a search_id identifying that search job, along with which record type (people or companies) it searched. The query itself is a filter expression -- for example, companies where a domain equals a given value, or people whose current job title matches a pattern at a company of a given size. This call only starts the search and returns its id; it does not return the matching records themselves.

activeper callv1
Provider
Web & Business Data Network
Category
company-enrichment
Provider price
$0.00 per call
Latency p50 / p95
— / —
Success rate
—
Verified
—

Provider list price; Omnial MCP charges provider cost plus a platform markup on top.

Contract

input_schema.json
{
  "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
}
output_schema.json
{
  "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.

ChargeRate
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 23, 2026