Skip to main content
Glama
shoff

msfs2024-mcp

by shoff

get_simvar

Retrieve any SimVar from MSFS 2024 using its exact SDK name, with support for indexed variables like 'TURB_ENG_N1:1'.

Instructions

Read any SimVar by its exact SDK name. Supports indices, e.g. 'TURB_ENG_N1:1'.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, so the description carries full burden. It mentions index support but lacks disclosure on permissions, error handling, rate limits, or side effects. Since it's a read operation, safety is implied but not confirmed.

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 concise sentences, front-loaded with the action verb 'Read', no wasted words. Every sentence adds value.

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?

Given the simple single-parameter tool and existing output schema, the description covers the core functionality. However, it lacks usage guidance (when to use singular vs plural) and error behavior, leaving some gaps.

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

Parameters5/5

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

With 0% schema description coverage, the description adds crucial meaning: the 'name' parameter must be an exact SDK string, and shows the indexing format with an example. This fully compensates for the schema gap.

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 reads a SimVar by exact SDK name, with an example showing index support. It differentiates from sibling tools like 'set_simvar' (write) and 'get_simvars' (plural, likely batch).

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 implies usage when you know the exact SDK name, but does not explicitly state when to avoid it or mention alternatives like 'get_simvars' for multiple values. Guidance is implicit, not explicit.

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/shoff/MSFS-MCP'

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