Vehicle fault code (DTC) lookup
dtc_lookupLook up what a vehicle fault code (OBD-II diagnostic trouble code) means. Returns a reworded definition compiled from open/public sources (with the source and licence per row) plus which makes define the code specifically. Pass 'make' for the make-specific meaning instead of the generic SAE one — the same code can mean different things on different brands. Use this when a scan tool reported a code like P0301, B1318 or U0100; we never guess a meaning (unknown codes return not_found). Descriptions are compilations, not manufacturer verbatim strings, and severity is not guaranteed. Costs $0.006 USDC per call via x402 on Base.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | The fault code exactly as reported, e.g. 'P0301', 'B1318', 'C1201', 'U0100'. | |
| make | No | Vehicle make for the manufacturer-specific definition, e.g. 'BMW', 'Ford', 'Toyota'. Optional; omit for the generic SAE meaning. |