nhtsa_complaints
Search vehicle complaints by make, model, and model year to identify safety defects and recall patterns using NHTSA data.
Instructions
Search NHTSA vehicle complaints 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.
Example: make='tesla', model='model 3', model_year=2023
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| make | Yes | Vehicle make: 'toyota', 'ford', 'tesla' | |
| model | Yes | Vehicle model: 'camry', 'f-150', 'model 3' | |
| model_year | Yes | Model year |