lookup_models
List all models of a car brand or resolve a specific model name to its unique ID. Provide a brand name to retrieve models, optionally with a model name for exact lookup.
Instructions
List a brand's models, or resolve one model name to its id.
brand is required (models are scoped to a brand). With no name,
returns every model of that brand; with a name, the single match.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Optional model name to resolve to its id. | |
| brand | Yes | Brand name to list/resolve models within. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |