Contract
{
"type": "object",
"required": [
"org_uuid"
],
"properties": {
"limit": {
"type": "integer",
"description": "Max results to return."
},
"org_uuid": {
"type": "string",
"description": "Organization UUID from search_organizations results."
}
},
"additionalProperties": false
}{
"type": "object",
"required": [
"status",
"data"
],
"properties": {
"data": {
"type": "object",
"required": [
"count",
"entities"
],
"properties": {
"count": {
"type": "integer",
"description": "Total people the vendor has on file for this organization -- NOT the number of entries in `entities` when `limit` is smaller (observed 230 total vs. 5 returned on the Stripe fixture). 0 when the organization UUID has no match."
},
"entities": {
"type": "array",
"items": {
"type": "object",
"required": [
"uuid",
"properties"
],
"properties": {
"uuid": {
"type": "string",
"description": "The person's Crunchbase entity id. Redacted to a placeholder string in this tool's own example fixture -- see examples/stripe-people-found.json's notes."
},
"properties": {
"type": "object",
"properties": {
"identifier": {
"type": "object",
"properties": {
"uuid": {
"type": "string",
"description": "Same value as the entity's own top-level `uuid`."
},
"value": {
"type": "string",
"description": "The person's display name. Redacted in this tool's own example fixture -- see that fixture's notes."
},
"permalink": {
"type": "string",
"description": "A name-derived URL slug. Redacted in this tool's own example fixture -- see that fixture's notes."
},
"entity_def_id": {
"type": "string",
"description": "'person' on every entry observed."
}
},
"description": "The person's own identity fields.",
"additionalProperties": true
},
"rank_person": {
"type": "integer",
"description": "A Crunchbase influence-rank score; lower is more prominent (282 for Stripe's CEO vs. 6925 for a VP-level executive on the real fixture)."
},
"primary_job_title": {
"type": "string"
},
"location_identifiers": {
"type": "array",
"items": {
"type": "object",
"properties": {
"uuid": {
"type": "string"
},
"value": {
"type": "string",
"description": "Human-readable location name, e.g. 'California'."
},
"permalink": {
"type": "string"
},
"entity_def_id": {
"type": "string",
"description": "'location' on every entry observed."
},
"location_type": {
"type": "string",
"description": "e.g. 'city', 'group', 'region', 'country', 'continent'."
}
},
"additionalProperties": true
},
"description": "The person's general location, as a chain of location entities (observed as city/group, region, country, continent -- 3-4 entries per person on the real fixture)."
},
"primary_organization": {
"type": "object",
"properties": {
"uuid": {
"type": "string"
},
"value": {
"type": "string",
"description": "The organization's display name."
},
"permalink": {
"type": "string"
},
"entity_def_id": {
"type": "string",
"description": "'organization' on every entry observed."
}
},
"description": "The looked-up organization's own identity fields, echoed back.",
"additionalProperties": true
}
},
"additionalProperties": true
}
},
"description": "Only one populated real fixture (Stripe, 5 people) backs this shape.",
"additionalProperties": true
},
"description": "Up to `limit` people. Empty when the organization UUID does not match any organization on file (observed directly on the bad-org-uuid fixture) -- an empty array is a normal, valid response, not an error."
}
},
"additionalProperties": true
},
"status": {
"type": "string",
"description": "'success' on both real calls observed."
}
},
"description": "The company-people record, as returned at the endpoint's result path. Both real calibration calls settled successfully: one an unambiguous well-known organization (Stripe, 5 people returned of 230 total), the other an organization UUID with no match (0 people, a genuinely empty result, not an error).",
"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.0273 |
- 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
