Add Flight
flighty_add_flightAdd a flight to your Flighty account by entering its code and departure date. The flight syncs across your devices within seconds.
Instructions
Add a flight to the user's Flighty account by flight code and date. The flight is registered with Flighty's server and syncs to all devices (phone, watch, etc.) within seconds.
The airline is detected from the flight code prefix (e.g. "DL" from "DL10"). The Flighty API provides full enrichment: gate assignments, weather, equipment, delay forecast, codeshare partners.
This tool calls the Flighty API — it requires the Flighty app to be installed and signed in.
Returns the server-side flight UUID on success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flight_code | Yes | Flight code, e.g. "DL10", "UA194", "BA930". The 2-character airline prefix is parsed automatically. | |
| date | Yes | Departure date in YYYY-MM-DD format, e.g. "2026-04-15" |