kasko_lookup
Resolve a free-text vehicle description to its kasko insurance value and vehicle_code, showing all matching trims so you can choose the correct one.
Instructions
Look up the kasko value of a vehicle from a free text description.
This is the primary tool. It resolves the description to matching models and returns the value of each, so no identifier lookup is needed first. Every result carries vehicle_code, the brand and model code pair printed on policies, which is the value an insurer will ask for.
When several trims match, present them to the user rather than guessing: the spread between trims of the same nameplate is often large.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| brand | No | Optional brand name to restrict the search and speed it up. | |
| limit | No | Maximum number of priced matches to return. | |
| query | Yes | Free text vehicle description. Include brand, nameplate and any trim or engine detail the user gave, for example 'audi a3 sportback s line' or 'corolla 1.6 hybrid'. | |
| model_year | Yes | Vehicle model year, for example 2025. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||