Skip to main content

Employee Tools

Query employees and their commuting periods — this is Scope 3 employee commuting data. Each employee can have multiple commuting periods with different transport modes, distances, and CO₂e calculations.

list_employees

List employees with their commuting periods, including origin/destination data and CO₂e emissions. Parameters:
Employee responses include nested periods arrays with detailed commuting data. Each period has total_km, transport_type, fuel_type, co2e, and schedule fields. Large organizations can have thousands of employees — use size ≤ 20 and paginate to avoid oversized responses.
Example response:
Key response fields: Example prompts:

create_employee

Create a new employee for commuting emissions tracking (Scope 3). At least one of name or email must be provided. Parameters:
After creating an employee, add commuting periods to calculate Scope 3 emissions.
Example prompts:

update_employee

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

Workflow

  1. List employeeslist_employees to find employees by name, situation, or transport type
  2. Create employeescreate_employee to add new employees for commuting tracking
  3. Update employeesupdate_employee to change situation, name, or email
  4. Analyze commuting patterns — Use transport_type filter to see how employees commute
  5. Check data completeness — Use co2e_status=not_calculated to find employees missing emission calculations
  6. View emissionsget_greenhouse_gas_emissions with category=employees_in_itinere for aggregated commuting totals

API: List Employees

REST API equivalent with additional filters

Emissions

Aggregated Scope 3 commuting emissions

CLI

Manage employees from the command line