Skip to main content
Glama

Get Facility Info

msfs_get_facility_info
Read-onlyIdempotent

Look up an airport, waypoint, NDB, or VOR by ICAO identifier. Returns facility details from the simulator's loaded data, with airports available worldwide.

Instructions

Look up one airport, waypoint, NDB or VOR by ICAO identifier.

Only facilities the sim currently has loaded are visible. Airports are the exception: SimConnect's airport facility list is the complete worldwide set (measured live -- see module docstring), not scoped to the aircraft's location, so an airport miss means the identifier is wrong rather than out of range.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
icaoYesICAO identifier, e.g. 'KJFK', 'EGLL', 'SEA'
facility_typeNoKind of facility to look up: one of 'airport', 'waypoint', 'ndb', or 'vor'airport

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.1

TDQS

A4.5/5.0
Behavior5/5

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

Beyond the readOnly/openWorld/idempotent hints, the description reveals important behavior: facility visibility depends on the sim's loaded set, airports are a complete worldwide list, and a miss for airports indicates a wrong identifier rather than an out-of-range result. This adds meaningful operational nuance not in the annotations.

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?

Two focused sentences with the primary action front-loaded and no filler. The exception and its operational implication are stated efficiently, and every sentence contributes to correct usage.

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

Completeness5/5

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

The description covers the core lookup action, the loaded-facility scope, the airport exception, and the interpretation of misses. With an output schema present, no additional return-value detail is needed. The tool is fully understandable from the description alone.

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% and both parameters have clear descriptions. The tool description does not add extra meaning to the parameters, but it is not required because the schema already documents them sufficiently. 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 states a specific action ('look up'), a resource ('airport, waypoint, NDB or VOR'), and an identifier type ('ICAO identifier'). It clearly defines the tool's scope and distinguishes it from general sim variable or event tools among the siblings.

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 gives clear context: facilities must currently be loaded, with airports as an exception. It also explains how to interpret an airport miss, which is practical usage guidance. It does not explicitly name alternatives or state when not to use the tool, but the lookup use case is clear.

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

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/robin24/simconnect-mcp'

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