Skip to main content

Available Tools

ToolEndpointDescription
get_business_travelsGET /api/v1/business-travelsBusiness travel records with emissions
get_business_travels_dashboardGET /api/v1/business-travels/dashboardBusiness travel dashboard

Transport Types

  • plane — Airplane
  • train — Train
  • car — Car
  • bus — Bus
  • ship — Ship

Usage Examples

"How many flights have we logged this year?"
→ get_business_travels({ companyId: "uuid", transportType: "plane", startDate: "2024-01-01", endDate: "2024-12-31" })

"Give me an emissions summary by transport type"
→ get_business_travels_dashboard({ companyId: "uuid", startDate: "2024-01-01", endDate: "2024-12-31" })

Common Parameters

get_business_travels

ParameterTypeDescription
companyIdstringCompany ID (required)
transportTypestringTransport type
startDatestringStart date (ISO 8601)
endDatestringEnd date (ISO 8601)
employeeIdstringFilter by employee
buildingIdsstring[]Filter by buildings
pageintegerPage number
limitintegerResults per page