Get Vehicle Information
get_vehicle_infoFetch a vehicle's identity and energy snapshot by VIN or partial name, showing model, range, charging state, and online status.
Instructions
Get a vehicle's identity plus a quick energy snapshot: manufacturer, model, name, VIN, online/connection state, last-seen timestamp, electric range (km), charging flag, plug-connected flag. vehicle_id accepts a VIN or a partial, case-insensitive name -- the response's own vin/name confirm exactly which vehicle matched. {"error": "..."} means no vehicle matched vehicle_id; {"error": "server_unavailable", "error_type": ...} means the server itself needs attention instead (e.g. re-authorization). Cached for 5 minutes. Read-only -- no vehicle setting can be changed and nothing can be started or stopped.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vehicle_id | Yes | Vehicle identifier (VIN or name, partial names allowed) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |