Fuel, range and battery
toyota_get_energyCheck remaining fuel, driving range, and battery state (when available) to see how much range is left, how full the tank is, and if the car is charging.
Instructions
Remaining fuel, driving range and (when applicable) battery state.
Use for: how much range is left? how full is the tank? is it charging? On self-charging full hybrids Toyota exposes no battery data — the response says so explicitly in battery_note instead of returning nulls.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| battery | No | Plug-in battery state; only for PHEV/EV powertrains. | |
| freshness | Yes | ||
| fuel_range | No | Range on fuel alone. | |
| powertrain | Yes | ||
| total_range | No | Total remaining range reported by the car. | |
| battery_note | No | Why battery data is absent, when it is. | |
| fuel_level_percent | No | Fuel tank level, percent. |