Business Travel Tools
Manage Scope 3 business travel records — flights, train journeys, bus trips, and car travel with origin/destination, distance, and CO₂e emissions.list_business_travels
List business travel records with optional filters.
Parameters:
Transport Types
Example response:
Example prompts:
Write Operations
create_business_travel
Create a business travel record for Scope 3 employee travel emissions. CO₂e is calculated asynchronously after creation — the response will initially show co2e as null.
Distance can be specified in two ways:
- Provide
origin+destination(addresses or city names) — distance is calculated automatically via Google Maps (or geodesic for aircraft). - Provide
distance_kmdirectly when the distance is already known.
When
transport_type is car, you must also provide vehicle_size and fuel_type. These fields are ignored for other transport types.CO₂e emissions are calculated in the background after creation. The initial response will show
co2e: null. Call list_business_travels after a few seconds to see the calculated value.update_business_travel
Update an existing business travel record. Only the fields you provide are changed. CO₂e is recalculated after update.
The API requires either
distance_km or origin + destination to remain valid after update. If changing the route, provide either a new origin/destination pair or a new distance_km.
Example prompts:
Workflows
Querying travel records
- List travel records —
list_business_travelsfiltered by transport type or date range - View hotel stays —
list_hotel_staysfor accommodation linked to business trips - View emissions —
get_greenhouse_gas_emissionswithcategory=travelsfor aggregated totals
Logging a new business trip
- Create the travel record —
create_business_travelwith transport type, dates, and origin/destination or distance - Verify —
list_business_travelsafter a few seconds to confirm creation and CO₂e calculation - Log accommodation — if applicable, create a hotel stay record for the same trip
Related
API: Create Business Travel
REST API endpoint for business travel creation
API: List Business Travels
REST API equivalent with additional filters
Hotel Stays
Accommodation records for business trips
Emissions
Aggregated Scope 3 travel emissions