Skip to main content
Glama

Server Details

Live flight departures and airport information

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 DescriptionsB

Average 3.3/5 across 2 of 2 tools scored.

Server CoherenceA
Disambiguation5/5

The two tools target distinct aspects: airport static information and departures. No overlap in purpose.

Naming Consistency5/5

Both tools follow the 'get_<noun>' pattern with snake_case, perfectly consistent.

Tool Count3/5

Two tools is borderline; while the server purpose is narrow, it lacks coverage for a comprehensive flight data service.

Completeness2/5

Missing arrivals, flight status, airline info, and other common flight data operations. Significant gaps for the claimed domain.

Available Tools

2 tools
get_airport_infoBInspect

Get airport information including name, city, country, timezone, and coordinates.

ParametersJSON Schema
NameRequiredDescriptionDefault
iataNoIATA airport code (default: JFK)JFK
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations; description only says 'Get', implying read-only, but does not disclose any other behavioral traits like rate limits, error handling, or idempotency. Minimal information beyond the obvious.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Single sentence, front-loaded, every word valuable. No unnecessary content.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Lists return fields, which is helpful, but lacks details on error handling, return structure (single object vs list), or behavior for invalid codes. Moderately complete for a simple tool but gaps remain.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100% with the parameter 'iata' already described as 'IATA airport code (default: JFK)'. The tool description adds no new semantics beyond the schema, so baseline 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool retrieves airport information (name, city, country, timezone, coordinates) for a given IATA code, distinguishing it from the sibling tool get_flight_departures which likely deals with flights.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidelines on when to use this tool versus alternatives; no mention of contexts, prerequisites, or exclusions. The sibling tool exists but is not referenced.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

get_flight_departuresBInspect

Get flight departures from an airport. Returns flight number, airline, destination, scheduled time, status, gate, and terminal.

ParametersJSON Schema
NameRequiredDescriptionDefault
hoursNoLook-ahead window in hours (1-12, default: 6)
airportNoIATA airport code (default: JFK)JFK
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations provided, so description carries full burden. Only states it returns data, implying read-only but doesn't disclose other behaviors (e.g., authentication, rate limits, latency, pagination). Limited transparency beyond basic function.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Single sentence, front-loaded with action. Efficient but could be trimmed slightly without losing clarity. No wasted words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Covers basic purpose and return fields but lacks details on result format, sorting, filtering, or how parameters affect output. No mention of sibling tool or when alternatives are better. Adequate but not comprehensive.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema descriptions already fully explain parameters (hours: look-ahead window, airport: IATA code). The tool description adds no extra meaning beyond schema, so baseline score of 3 is appropriate given 100% schema coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Clearly states verb 'Get flight departures' and resource 'from an airport'. Lists specific fields returned (flight number, airline, etc.), making it distinct from sibling tool 'get_airport_info' which likely provides general airport data rather than departure schedules.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance on when to use this tool versus alternatives. Does not mention any prerequisites, context, or exclusion cases. The sibling tool is not referenced to help the agent decide.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Discussions

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

Related MCP Servers

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources