nhtsa_models
List vehicle models for a specific make and year that have recalls or complaints, or get all models for a make from the 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' | |
| issue_type | No | 'r' for recalls, 'c' for complaints. Omit for general model list. | |
| model_year | No | Model year (optional for vPIC lookup) |