Contract
{
"type": "object",
"required": [
"company_slug"
],
"properties": {
"company_slug": {
"type": "string",
"description": "Company slug identifier (e.g. 'google', 'meta', 'amazon'). Obtain from get_popular_companies."
}
},
"additionalProperties": false
}{
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"company": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"slug": {
"type": "string"
},
"tags": {
"type": "array",
"items": {
"type": "string"
}
},
"hq_city": {
"type": "string"
},
"hq_state": {
"type": "string"
},
"industry": {
"type": "string"
},
"company_type": {
"type": "string",
"description": "e.g. 'public' or 'private'."
},
"last_updated": {
"type": "string",
"description": "ISO 8601 timestamp of when the vendor last refreshed this company's record."
},
"vesting_type": {
"type": "string",
"description": "e.g. 'RSU'."
},
"perks_verified": {
"type": [
"boolean",
"null"
],
"description": "Whether the company's perks data has been vendor-verified. Only observed as null on the one real fixture with a value here -- a populated true/false case was never captured, so treat the non-null shape as an educated guess, not a confirmed boolean contract."
},
"vesting_detail": {
"type": "string",
"description": "Free-text explanation of the company's vesting mechanics."
},
"vesting_schedule": {
"type": "string",
"description": "A compact per-year vesting breakdown string, company-specific format."
},
"employee_count_range": {
"type": "string"
}
},
"additionalProperties": true
},
"benefits": {
"type": "array",
"items": {
"type": "object",
"properties": {
"perk": {
"type": "object",
"properties": {
"tag": {
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Narrow tag, e.g. 'Gym', 'Financial'."
},
"category": {
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Broad category, e.g. 'Insurance, Health & Wellness'."
}
},
"additionalProperties": true
}
},
"additionalProperties": true
},
"name": {
"type": "string"
},
"fields": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "number"
},
"slug": {
"type": "string",
"description": "e.g. 'amountDollars', 'details'."
},
"label": {
"type": [
"string",
"null"
],
"description": "Human-readable label; null for some fields."
},
"description": {
"type": [
"string",
"null"
],
"description": "A longer hint about what to put in this field; null for most."
}
},
"additionalProperties": true
},
"description": "The set of fillable fields this benefit type supports."
},
"description": {
"type": [
"string",
"null"
],
"description": "Only populated for some benefits; null on most."
}
},
"description": "The benefit's own definition (shared across every company that offers it).",
"additionalProperties": true
},
"type": {
"type": [
"string",
"null"
],
"description": "Observed values: null or 'unique'; meaning is not documented by the vendor."
},
"fields": {
"type": "array",
"items": {
"type": "object",
"properties": {
"value": {
"type": "string"
},
"perk_field_id": {
"type": "number",
"description": "Matches an id in this same benefit's perk.fields[] -- use it to look up which field (e.g. 'amountDollars', 'details') this value belongs to."
}
},
"additionalProperties": true
},
"description": "Company-specific values for this benefit (e.g. a dollar cap, a match percent, a free-text detail). Empty when the company has not filled in any custom values for this benefit."
}
},
"additionalProperties": true
},
"description": "One entry per benefit/perk the company offers."
}
},
"additionalProperties": true
},
"status": {
"type": "string",
"description": "'success' on a real hit."
}
},
"description": "The company benefits record, as returned at routing.responseResultPath ($.output). An unrecognized company_slug shapes to an empty object rather than an error or a thin record (see examples/invalid-slug-notfound.json).",
"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.01365 |
- 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 8, 2026
