Skip to main content
Glama
shoff

msfs2024-mcp

by shoff

fsuipc_read_offset

Read live aircraft data via FSUIPC offsets by providing hex address and data type, with optional length for strings.

Instructions

Read a raw FSUIPC offset. offset_hex like '0x0560'; type_code one of b/B/h/H/d/u/l/L/f/s.

For strings use type_code='s' and pass a length.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
lengthNo
type_codeYes
offset_hexYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

As a read operation, the description is adequate. It does not contradict the tool's read-only nature, but it lacks explicit disclosure about side effects, permissions, or safety. No annotations are provided, so the description carries the full burden, but it minimally meets expectations.

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 sentences, front-loaded with purpose and critical details. No redundant or excessive text. 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 the tool's simplicity and the presence of an output schema, the description covers purpose, parameter formats, and special string handling. It does not explain error behavior or what a raw offset means, but it is sufficient for basic usage.

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?

Schema coverage is 0%, and the description adds high value by explaining offset_hex format ('0x0560'), listing type_code options (b, B, h, H, d, u, l, L, f, s), and clarifying that strings require type_code 's' and a length parameter. This is essential beyond the raw schema.

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 it reads a raw FSUIPC offset, with specific verb and resource. It provides examples for offset_hex format and type_code options. However, it does not explicitly differentiate from sibling tools like fsuipc_read_known, though 'raw' implies a distinction.

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. It explains string usage but does not mention prerequisites or scenarios where this tool is preferred over siblings like fsuipc_read_known or memory_read.

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