Vehicle Tools
Query your vehicle fleet — Scope 1 mobile combustion data. Each vehicle record includes type, fuel, ownership, license plate, and CO₂e emissions.list_vehicles
List vehicles in the fleet with fuel type, ownership, license plate, and CO₂e.
Parameters:
Example response:
Vehicle fuel types
Vehicle fuel types
create_vehicle
Create a new vehicle in the fleet. Vehicles track Scope 1 direct emissions from fuel combustion.
Parameters:
Either
vehicle_fuel_id or custom_emission_factor_id should be provided for emission calculations. Use list_vehicles to see existing vehicles and their type references.update_vehicle
Update an existing vehicle. Only provided fields are changed (partial update).
Parameters:
Example prompts:
Workflow
- List vehicles —
list_vehiclesto explore the fleet by fuel type, ownership, or search - Create vehicles —
create_vehicleto add new vehicles to the fleet - Update vehicles —
update_vehicleto change fuel, rename, or archive vehicles - View Scope 1 emissions —
get_greenhouse_gas_emissionswithcategory=transportandscope=1for fleet emission totals - Compare by vehicle —
get_greenhouse_gas_emissionswithvehicle_idto see emissions for a specific vehicle
Related
API: List Vehicles
REST API equivalent with additional filters
Emissions
Scope 1 fleet emissions by vehicle
CLI
Manage vehicles from the command line