decode_vin
Decode a vehicle identification number to retrieve make, model, year, engine, plant, and safety equipment details. Include the model year for improved accuracy on pre-2001 vehicles.
Instructions
Decode a VIN into vehicle details (make, model, year, engine, plant, safety equipment).
Call this when the user provides a VIN (17 characters, or a partial VIN) and wants to know what vehicle it is. Passing model_year improves accuracy for pre-2001 VINs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vin | Yes | ||
| model_year | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||