nhtsa_models
Look up vehicle models by make and year. Optionally filter models that have recalls or complaints. Provides data from NHTSA's vPIC database.
Instructions
List vehicle models for a make and year that have recalls or complaints. Or list all models for a make from the vPIC database (omit issue_type).
Example: make='tesla', model_year=2024, issue_type='r'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| make | Yes | Vehicle make: 'toyota', 'ford', 'tesla' | |
| model_year | No | Model year (optional for vPIC lookup) | |
| issue_type | No | 'r' for recalls, 'c' for complaints. Omit for general model list. |