Vehicle Recall Search
vehicle.safety.recallsRetrieve NHTSA vehicle recalls by make, model, and year. Returns recall details such as campaign number, manufacturer, subject, summary, consequences, remedy, and affected components. Covers all US recalls from 1966 to present.
Instructions
Search NHTSA vehicle recalls by make, model, and year. Returns campaign number, manufacturer, subject, summary, consequence, remedy, affected components, and units affected. Covers all US recalls from 1966 to present. Essential for automotive safety, insurance, and fleet management agents (NHTSA)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| make | Yes | Vehicle manufacturer name (e.g. "Toyota", "Ford", "Tesla", "BMW") | |
| model | Yes | Vehicle model name (e.g. "Camry", "Model 3", "F-150", "X5") | |
| model_year | Yes | Model year (e.g. 2023). NHTSA recall data available from 1966 to present |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |