lookup_brands
Retrieve a list of passenger-car brands or find the ID for a specific brand name.
Instructions
List passenger-car brands, or resolve one brand name to its id.
With no name, returns every brand as {id, name}. With a name,
returns the single matching brand (or an error listing close matches).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Optional brand name to resolve to its id. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |