get_vehicle_state
Retrieve the latest state of a Tesla vehicle, including drive, charge, climate, and configuration details.
Instructions
Returns the latest state of a specific vehicle including drive state, charge state, climate state, and vehicle config
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vin | No | Vehicle Identification Number (VIN). Defaults to TESSIE_DEFAULT_VIN env var if set. | |
| use_cache | No | Use cached data (default true). Set false to wake the vehicle for fresh data. |