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:
Transport type values
Transport type values
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.
update_employee
Update an existing employee. Only provided fields are changed (partial update).
Parameters:
Example prompts:
Workflow
- List employees —
list_employeesto find employees by name, situation, or transport type - Create employees —
create_employeeto add new employees for commuting tracking - Update employees —
update_employeeto change situation, name, or email - Analyze commuting patterns — Use
transport_typefilter to see how employees commute - Check data completeness — Use
co2e_status=not_calculatedto find employees missing emission calculations - View emissions —
get_greenhouse_gas_emissionswithcategory=employees_in_itinerefor aggregated commuting totals
Related
API: List Employees
REST API equivalent with additional filters
Emissions
Aggregated Scope 3 commuting emissions
CLI
Manage employees from the command line