Skip to main content
Glama
bvandevliet

Betaflight MCP

by bvandevliet

get_gps_ublox_use_galileo

Retrieve the current state of Galileo constellation usage on UBlox GPS modules. Use this to confirm GPS configuration.

Instructions

Get gps_ublox_use_galileo: Enable Galileo constellation on UBlox modules. [UINT8, default: OFF]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

With no annotations provided, the description must carry the full burden of behavioral disclosure. It does not mention that this is a read-only operation, any required hardware, or potential side effects, leaving the agent uninformed about key behavioral traits.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is very concise (one sentence) and includes the name for clarity. The type and default are parenthetically appended, which is efficient. However, it could be slightly more structured to separate the purpose from parameter details.

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?

For a simple getter with no parameters and no output schema, the description covers the essential information. However, it lacks context about when this setting applies (e.g., only if a UBlox GPS module is installed) or how it relates to other GPS settings, which would improve completeness.

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 input schema has no properties, so schema coverage is effectively 100%. The description adds value by noting the type ('UINT8') and default ('OFF'), which provides semantic context beyond the schema's empty definition.

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 identifies the resource ('Galileo constellation on UBlox modules') and the verb ('Get'). The name closely mirrors the purpose, though the phrase 'Enable Galileo constellation' could imply a write action, causing minor ambiguity.

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 is provided on when to use this tool versus alternatives. It does not mention that to change the setting one should use the corresponding setter tool (set_gps_ublox_use_galileo), nor any prerequisites or contextual conditions.

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/bvandevliet/betaflight-mcp'

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