NHTSA safety recalls
vehicle_recallsOfficial NHTSA safety recalls for a vehicle. Returns campaign id, affected component, the safety consequence, and the free remedy, newest first (max 50). Query by make (optionally model and year) or by a known campaign id. Use this before buying a used vehicle or when a customer asks whether their car has open recalls. A zero count means nothing matched the ingested NHTSA subset — it does not prove the vehicle is recall-free. Costs $0.005 USDC per call via x402 on Base.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| make | No | Consumer make name, e.g. 'FORD', 'TOYOTA'. Required unless 'campaign' is given. | |
| year | No | Four-digit model year, e.g. '2018'. Optional. | |
| model | No | Model name, e.g. 'F-150', 'CAMRY'. Optional. | |
| campaign | No | NHTSA campaign id to fetch directly, e.g. '21V123000'. Optional. |