flights_track

flights_track

Find where an aircraft is right now by flight number ('BA117'), radio callsign ('BAW117') or registration ('G-ZBKL'). Only sees aeroplanes that are airborne and in range of a receiver — not finding one does not mean the flight was cancelled

Free. This one only touches this instance's own storage, so there is nothing to charge for.

Runs on Flights — Where aircraft are, live from ADS-B.

Arguments

NameTypeWhat it is
flight*stringA flight number ('BA117'), a radio callsign ('BAW117'), or an aircraft registration ('G-ZBKL')

Calling it

Three doors onto the same method. MCP is what an agent speaks, REST is what a program speaks, and the answer is identical.

{"id":1,"jsonrpc":"2.0","method":"tools/call","params":{"arguments":{"flight":"flight"},"name":"flights_track"}}

Try it in the playground.