Skip to main content
Glama

Get Aircraft Snapshot

msfs_get_aircraft_snapshot
Read-onlyIdempotent

Read current aircraft state in a single batched call. Select sections like position, engines, or systems to get targeted data.

Instructions

Read a snapshot of the current aircraft state.

Narrow with 'sections' to keep the response small -- for example sections=['position'] for a position fix, or ['engines', 'systems'] when debugging a systems issue. All variables across the chosen sections are read in a single batched call.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sectionsNoSections to include: identity, position, engines, systems, autopilot, environment. Omit for all of them.

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

A3.7/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering the safety profile. The description adds that all variables across chosen sections are read in a single batched call, which is useful context, but it doesn't disclose other traits like potential response size limits or rate implications. The added value over annotations is moderate.

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?

The description is two short paragraphs, front-loaded with the core purpose followed by usage guidance. Every sentence earns its place: the purpose is stated, then examples, then the batched-call note. No fluff or redundancy.

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?

For a snapshot tool with an output schema (indicated by has output schema: true), the description covers how to invoke it and why one might narrow sections. It lacks details about the response structure, but that is presumably covered by the output schema, so this is a minor gap. The description is sufficient for safe and effective use.

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?

The schema description already fully documents the 'sections' parameter (100% coverage), including valid section names and the default of all. The description adds practical, concrete use cases via examples, going beyond the schema by showing how to apply the parameter for specific scenarios, which enhances understanding.

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

Purpose4/5

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

The description clearly states the tool reads a snapshot of the current aircraft state, with a specific verb and resource. It is distinct from siblings like get_simvar because it covers multiple sections, but it does not explicitly name any alternative tools, so differentiation relies on the reader's understanding of the tool landscape.

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

Usage Guidelines3/5

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

The description gives practical usage examples (e.g., sections=['position'] for a position fix, ['engines', 'systems'] for systems issues) and notes the batched-call efficiency. However, it does not explicitly state when to prefer this tool over similar ones like get_simvars_bulk or get_simvar, leaving the selection criteria implied rather than explicit.

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