list-models
List all vehicle models for a specific make and year, obtaining model slugs for use in other wheel-size queries.
Instructions
List all vehicle models for a given make and year. Returns slugs used as the "model" input for list-generations, list-modifications, and search-by-model.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| make | Yes | Manufacturer slug (e.g., "audi", "ford"). Get slugs from list-makes. | |
| year | Yes | 4-digit model year 1900-2100 (e.g., 2020). Get valid years from list-years. |