Skip to main content
Glama

get_airline_info

Retrieve airline details including name, origin country, IATA and ICAO codes, and status by searching with IATA code, ICAO code, or airline name.

Instructions

Airline-Details abrufen (AirLabs).

Suche nach IATA-Code, ICAO-Code oder Name. Gibt Name, Herkunftsland, IATA/ICAO-Codes und Status zurück.

Benötigt einen AirLabs API-Key (kostenlos, 1.000 Calls/Monat).

Args: iata_code: IATA-Code der Airline (z.B. "LH" für Lufthansa, "UA" für United) icao_code: ICAO-Code der Airline (z.B. "DLH" für Lufthansa, "UAL" für United) name: Name der Airline (z.B. "Lufthansa", "Ryanair")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
iata_codeNo
icao_codeNo
nameNo
Behavior4/5

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

No annotations provided, so description carries full burden. It discloses the need for an AirLabs API key, rate limit of 1000 calls/month, and the return fields (name, country, codes, status). Missing error handling details but sufficient.

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?

Description is concise with a header, short intro, and bullet-pointed Args. No unnecessary information. Every sentence adds value.

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

Completeness4/5

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

Given no output schema, the description explains the return fields. Parameter descriptions are clear. For a simple lookup tool, it is complete enough, though simultaneous parameter usage could be clarified.

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

Parameters4/5

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

Schema has 0% coverage, but description provides detailed examples for each parameter (e.g., 'LH' for Lufthansa) and explains that they are search criteria. It adds meaning beyond the schema's basic type definitions.

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?

Description clearly states 'Airline-Details abrufen (AirLabs)' and explains it searches by IATA code, ICAO code, or name. This distinguishes it from sibling tools like get_airport_info or track_flight.

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

Usage Guidelines4/5

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

The description says to search by code or name and mentions needing an API key with rate limits. It does not explicitly exclude other uses but is clear enough for an agent to decide when to use it.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/AiAgentKarl/aviation-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server