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",
"properties": {
"data": {
"type": "object",
"properties": {
"count": {
"type": "integer",
"description": "Total funding rounds the vendor has on file for this organization -- NOT the number of entries in `entities` when `limit` is smaller (observed 25 total vs. 5 returned on the Stripe fixture)."
},
"entities": {
"type": "array",
"items": {
"type": "object",
"required": [
"uuid",
"properties"
],
"properties": {
"uuid": {
"type": "string",
"description": "The funding round's own Crunchbase entity id."
},
"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 round's display name, e.g. 'Series H - Stripe' or 'Secondary Market - Stripe'."
},
"permalink": {
"type": "string",
"description": "A name-derived Crunchbase profile slug for the round."
},
"entity_def_id": {
"type": "string",
"description": "'funding_round' on every entry observed."
}
},
"description": "The funding round's own identity fields.",
"additionalProperties": true
},
"investment_type": {
"type": "string",
"description": "The round's type, e.g. 'secondary_market', 'series_h', 'series_b'."
},
"preview_properties": {
"type": "object",
"properties": {
"announced_on": {
"type": "object",
"properties": {
"is_present": {
"type": "boolean",
"description": "True when the vendor has an announcement date on file for this round (observed true on every entry so far)."
}
},
"additionalProperties": true
},
"money_raised": {
"type": "object",
"properties": {
"is_present": {
"type": "boolean",
"description": "True when a money-raised figure exists for this round."
}
},
"description": "Absent entirely on a round with no disclosed money-raised figure (observed on 2 of 5 rounds on the Stripe fixture, not on the other 3).",
"additionalProperties": true
}
},
"description": "Presence flags only -- this endpoint does NOT return the announcement date or money-raised amount themselves, only whether each exists for the round.",
"additionalProperties": true
},
"funded_organization_identifier": {
"type": "object",
"properties": {
"role": {
"type": "string",
"description": "'investee' on every entry observed."
},
"uuid": {
"type": "string"
},
"value": {
"type": "string",
"description": "The company's display name."
},
"permalink": {
"type": "string"
},
"entity_def_id": {
"type": "string",
"description": "'organization' on every entry observed."
}
},
"description": "The funded company's own identity fields, echoed back.",
"additionalProperties": true
}
},
"additionalProperties": true
}
},
"additionalProperties": true
},
"description": "Up to `limit` funding rounds. Only one populated real fixture (Stripe, 5 rounds) backs this shape."
}
},
"additionalProperties": true
},
"status": {
"type": "string",
"description": "'success' on the one populated call observed."
}
},
"description": "The company-funding-rounds record, as returned at the endpoint's result path. One real calibration call returned 5 funding rounds for a well-known company (Stripe, out of 25 on file); the other, an organization UUID with no match, settled with a genuinely empty `{}` result and was not billed.",
"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
