"How many electric vehicles does my company have?"
→ get_vehicles({ companyId: "uuid", motorType: "electric" })
"Show me the details of vehicle with plate 1234ABC"
→ get_vehicle({ id: "vehicle-uuid" })
"What is the emissions summary for my fleet?"
→ get_vehicles_dashboard({ companyId: "uuid" })