Get All Makes
get_all_makesRetrieve the complete list of vehicle makes from the vPIC database, including cars, trucks, and motorcycles. Use it to populate make menus or verify supported makes before decoding a VIN.
Instructions
List all vehicle makes registered in vPIC.
Returns every make currently in the curated database. This includes makes from all vehicle types (cars, trucks, motorcycles, etc.) that passed the curation filter.
Returns: List of dicts with keys: id, name. Sorted alphabetically by name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |