| name | plate-decoder |
| description | Look up vehicle information from a license plate number using the CarsXE API. Use this when a user mentions a license plate and wants to know what vehicle it belongs to.
|
When the user wants to look up a vehicle from a license plate:
- Extract the plate number, country code, and state/province from the user's message.
- If any required info (plate, country) is missing, ask the user to provide it.
- Use the
carsxe_plate tool with the plate, country, and state parameters.
- Present the results: Make, Model, Year, VIN, and registration info.
- If the API key is missing, tell the user to configure it by running
gemini extensions config carsxe.