Skip to main content
Glama

Pro Flight Search Airport Delays

Server Details

Read-only airport delay, weather, and 24h forecast tools for AI assistants. Airport-level only.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.1/5 across 4 of 4 tools scored.

Server CoherenceA
Disambiguation5/5

The two core functions (search airports and get delay status) are clearly distinct. Each function has an alias, but descriptions explicitly state they are aliases, so agents can confidently choose either without ambiguity.

Naming Consistency2/5

Naming conventions are mixed: dot-notation (airport.get_delay_status) vs underscore (get_airport_delay_status), and one pair uses 'search_supported' while the other uses 'search_supported_airports'. No consistent pattern across the set.

Tool Count4/5

Four tools for a focused domain (airport delays). The count is appropriate, though it includes two redundant alias tools, which slightly inflates the number without adding functionality.

Completeness4/5

The server covers the core functionality for airport delay information: searching for airports and retrieving live delay status. Minor gaps like historical data or flight-specific delays are outside the stated scope.

Available Tools

4 tools
airport.get_delay_statusGet airport delay status
Read-onlyIdempotent
Inspect

Get live airport-level delay, cancellation, weather flight-rules, and 24-hour forecast context for one airport. Accepts IATA code, city, or airport name. Alias of get_airport_delay_status for clients that prefer dot-notation tool names.

ParametersJSON Schema
NameRequiredDescriptionDefault
formatNoOutput format. Use plain for SMS-style replies; markdown includes formatted links. Defaults to plain.
airportYesAirport IATA code, city, or airport name. Examples: JFK, LHR, Copenhagen, Chicago O'Hare.

Output Schema

ParametersJSON Schema
NameRequiredDescription
scopeYesCurrent data scope for the tool result.
formatYesReturned text format.
airportYesResolved airport IATA code.
detailsUrlYesPro Flight Search airport details URL for citation or follow-up.
disclaimerYesOperational-data disclaimer for the airport status.
statusTextYesAirport status text returned in the MCP content block.
airport.search_supportedSearch supported airports
Read-onlyIdempotent
Inspect

Search Pro Flight Search tracked airports when a user's airport reference is ambiguous. Returns matching IATA codes to use with airport.get_delay_status. Alias of search_supported_airports for clients that prefer dot-notation tool names.

ParametersJSON Schema
NameRequiredDescriptionDefault
queryYesAirport code, city, or airport name to search. Examples: London, Paris, Chicago, ORD.

Output Schema

ParametersJSON Schema
NameRequiredDescription
queryYesSearch query used to find tracked airports.
matchesYesTracked airport matches that can be used with get_airport_delay_status or airport.get_delay_status.
get_airport_delay_statusGet airport delay status
Read-onlyIdempotent
Inspect

Get live airport-level delay, cancellation, weather flight-rules, and 24-hour forecast context for one airport. Accepts IATA code, city, or airport name. Call this for questions like 'are there delays at JFK' or 'how is Copenhagen airport'. Airport-level only, not flight-number tracking.

ParametersJSON Schema
NameRequiredDescriptionDefault
formatNoOutput format. Use plain for SMS-style replies; markdown includes formatted links. Defaults to plain.
airportYesAirport IATA code, city, or airport name. Examples: JFK, LHR, Copenhagen, Chicago O'Hare.

Output Schema

ParametersJSON Schema
NameRequiredDescription
scopeYesCurrent data scope for the tool result.
formatYesReturned text format.
airportYesResolved airport IATA code.
detailsUrlYesPro Flight Search airport details URL for citation or follow-up.
disclaimerYesOperational-data disclaimer for the airport status.
statusTextYesAirport status text returned in the MCP content block.
search_supported_airportsSearch supported airports
Read-onlyIdempotent
Inspect

Search Pro Flight Search tracked airports when a user's airport reference is ambiguous. Returns matching IATA codes to use with get_airport_delay_status. Call this before airport status when the user says a city name like London or Chicago.

ParametersJSON Schema
NameRequiredDescriptionDefault
queryYesAirport code, city, or airport name to search. Examples: London, Paris, Chicago, ORD.

Output Schema

ParametersJSON Schema
NameRequiredDescription
queryYesSearch query used to find tracked airports.
matchesYesTracked airport matches that can be used with get_airport_delay_status or airport.get_delay_status.

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources