"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" })