nhtsa_recalls
Search vehicle recalls from NHTSA by make, model, and model year to find safety issues affecting your car.
Instructions
Search NHTSA vehicle recalls by make, model, and model year. All three parameters are required by the NHTSA API. Use nhtsa_models to find valid models for a make, or nhtsa_recall_detail for a specific campaign.
Example: make='tesla', model='model 3', model_year=2024
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| make | Yes | Vehicle make: 'toyota', 'ford', 'tesla', 'honda' | |
| model | Yes | Vehicle model: 'camry', 'f-150', 'model 3', 'civic' | |
| model_year | Yes | Model year: 2020, 2023, 2024 |