{"name":"flight-brief","description":"Reports live flight status with FAA airport delays and airport info in one call. Composite: one call runs flight-status + airport-delays + iata-airport-info. Live aircraft state for a flight callsign (OpenSky Network) plus FAA ground stops, GDPs, and delay programs. Pass optional origin/destination IATA-3 codes to get per-airport delay events and airport metadata (name, coordinates, links); omit them and the national FAA delay picture is attached instead. Live data from OpenSky Network and FAA NAS Status. Use it as a flight tracker bundle or callsign lookup with delay context.","price":"$0.03","method":"POST","input_schema":{"properties":{"flight_number":{"type":"string","description":"Flight callsign, 2-8 alphanumeric chars (e.g. 'UAL124', 'DLH400'). ICAO-style callsigns match best against OpenSky."},"date":{"type":"string","description":"Optional ISO date, echoed for caller bookkeeping. OpenSky serves live state only."},"origin":{"type":"string","description":"Optional origin IATA-3 airport code (e.g. 'SFO') for per-airport delay + metadata enrichment."},"destination":{"type":"string","description":"Optional destination IATA-3 airport code (e.g. 'JFK') for per-airport delay + metadata enrichment."}},"required":["flight_number"]},"input_example":{"flight_number":"UAL124","origin":"SFO","destination":"JFK"},"output_example":{"flight_number":"UAL124","callsign":"UAL124","date":null,"flight":{"mode":"callsign","count":1,"states":[{"icao24":"a808c5","callsign":"UAL124","latitude":40.64,"longitude":-73.78,"on_ground":false}]},"airports":{"origin":{"code":"SFO","info":{"airport":{"iata":"SFO","name":"San Francisco International Airport"}},"delays":{"summary":{"airport_event_count":0}}},"destination":{"code":"JFK","info":{"airport":{"iata":"JFK","name":"John F Kennedy International Airport"}},"delays":{"summary":{"airport_event_count":0}}}},"national_delays":null,"composed_of":["flight-status","airport-delays","iata-airport-info"],"components":[{"name":"flight-status","ok":true,"ms":3400},{"name":"airport-delays:origin","ok":true,"ms":800},{"name":"iata-airport-info:origin","ok":true,"ms":300},{"name":"airport-delays:destination","ok":true,"ms":780},{"name":"iata-airport-info:destination","ok":true,"ms":290}],"degraded":false},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}