Skip to main content

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:
Key response fields:
Example prompts:

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.
Example prompts:

update_vehicle

Update an existing vehicle. Only provided fields are changed (partial update). Parameters: Example prompts:

Workflow

  1. List vehicleslist_vehicles to explore the fleet by fuel type, ownership, or search
  2. Create vehiclescreate_vehicle to add new vehicles to the fleet
  3. Update vehiclesupdate_vehicle to change fuel, rename, or archive vehicles
  4. View Scope 1 emissionsget_greenhouse_gas_emissions with category=transport and scope=1 for fleet emission totals
  5. Compare by vehicleget_greenhouse_gas_emissions with vehicle_id to see emissions for a specific vehicle

API: List Vehicles

REST API equivalent with additional filters

Emissions

Scope 1 fleet emissions by vehicle

CLI

Manage vehicles from the command line