Contract
{
"type": "object",
"required": [
"vin"
],
"properties": {
"vin": {
"type": "string",
"description": "Vehicle Identification Number (VIN) of an active CARFAX listing. Obtain from search_used_car_listings results."
}
},
"additionalProperties": false
}{
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"oneOwner": {
"type": [
"boolean",
"null"
],
"description": "Observed as null on the one real fixture with history data (which had 5 owners on record) -- a true/false value was never observed; do not assume this is always populated."
},
"noAccidents": {
"type": [
"boolean",
"null"
],
"description": "Observed as null on the one real fixture with history data (which itself had a reported accident) -- a true/false value was never observed; do not assume this is always populated."
},
"personalUse": {
"type": "boolean",
"description": "Observed as true on the one real fixture with history data."
},
"ownerHistory": {
"type": "object",
"properties": {
"text": {
"type": "string",
"description": "Short label, e.g. '3+ Owners'."
},
"history": {
"type": "array",
"items": {
"type": "object",
"properties": {
"city": {
"type": "string",
"description": "The owner's registered city. Not present on every owner entry -- absent on at least one real owner record observed."
},
"state": {
"type": "string",
"description": "The owner's registered state."
},
"ownerNumber": {
"type": "number"
},
"purchaseDate": {
"type": "string",
"description": "MM/DD/YY."
},
"endOwnershipDate": {
"type": "string",
"description": "MM/DD/YY."
}
},
"additionalProperties": true
},
"description": "One entry per prior owner on record."
}
},
"additionalProperties": true
},
"serviceHistory": {
"type": "object",
"properties": {
"text": {
"type": "string",
"description": "Short label, e.g. 'Service History'."
},
"number": {
"type": "number",
"description": "Total count of service records on file."
},
"history": {
"type": "array",
"items": {
"type": "object",
"properties": {
"city": {
"type": "string",
"description": "City of the servicing shop."
},
"date": {
"type": "string",
"description": "MM/DD/YY."
},
"state": {
"type": "string",
"description": "State of the servicing shop."
},
"source": {
"type": "string",
"description": "The servicing shop's own business name and location, e.g. 'North Penn Gulf, Lansdale, PA, '."
},
"description": {
"type": "string",
"description": "Free-text service description; observed containing raw HTML markup (bullet spans) around individual service line items, not plain text."
},
"odometerReading": {
"type": "number"
}
},
"additionalProperties": true
},
"description": "One entry per service event on record."
}
},
"description": "Present when the record includes any service/maintenance information.",
"additionalProperties": true
},
"serviceRecords": {
"type": "boolean",
"description": "Observed as true on the one real fixture with history data."
},
"accidentHistory": {
"type": "object",
"properties": {
"text": {
"type": "string",
"description": "Short label, e.g. 'Minor Damage'."
},
"accidentSummary": {
"type": "array",
"items": {
"type": "string"
},
"description": "One or more short damage descriptions, e.g. 'Other damage reported'."
}
},
"description": "Present when the record includes any accident information.",
"additionalProperties": true
},
"vehicleUseHistory": {
"type": "object",
"properties": {
"text": {
"type": "string",
"description": "Short label, e.g. 'Personal Use'."
},
"history": {
"type": "array",
"items": {
"type": "object",
"properties": {
"useType": {
"type": "string",
"description": "e.g. 'Personal Use'."
},
"ownerNumber": {
"type": "number"
},
"averageMilesPerYear": {
"type": "number",
"description": "Not present on every owner entry -- absent on at least one real owner record observed."
}
},
"additionalProperties": true
},
"description": "One entry per owner's recorded use type."
}
},
"additionalProperties": true
}
},
"additionalProperties": true
},
"status": {
"type": "string",
"description": "'success' on the one real call that returned data."
}
},
"description": "The vehicle history result, as returned at routing.responseResultPath ($.output). {} when no history record is on file for the given VIN -- see the not-found fixture.",
"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
