tool_calculate_flight_carbon
Compute total and per-passenger carbon emissions for a flight, including offset cost at Gold Standard prices. Shows comparison with train or car for short-to-medium routes.
Instructions
Calculate CO2e carbon footprint for a flight.
Uses ICAO/DEFRA 2024 emission factors including radiative forcing (RFI ×1.9). Shows per-passenger and total emissions, carbon offset cost at Gold Standard prices ($18/tonne), and train/car comparison for short-to-medium routes. No API key required.
Args: origin: Origin airport IATA code (e.g., "JFK") destination: Destination airport IATA code (e.g., "LHR") passengers: Number of passengers cabin_class: economy | premium_economy | business | first trip_type: one_way | round_trip
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| origin | Yes | ||
| destination | Yes | ||
| passengers | No | ||
| cabin_class | No | economy | |
| trip_type | No | round_trip |