NHTSA technical service bulletins
vehicle_tsbsNHTSA Technical Service Bulletins (manufacturer repair guidance for known defects that are not safety recalls). Returns bulletin id, summary, and the fault codes each bulletin names (max 50). Query by make/model/year, or by fault code to find bulletins that address that specific code. Use this after dtc_lookup when you want the manufacturer's documented fix. A zero count means nothing matched the ingested subset. Costs $0.005 USDC per call via x402 on Base.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | No | Fault code to match against the bulletin's listed codes, e.g. 'P0301'. Optional. | |
| make | No | Consumer make name, e.g. 'TOYOTA'. Required unless 'code' is given. | |
| year | No | Four-digit model year, e.g. '2019'. Optional. | |
| model | No | Model name, e.g. 'CAMRY'. Optional. |