Skip to main content
Glama
bvandevliet

Betaflight MCP

by bvandevliet

get_ibata_offset

Get the ADC current sensor offset in millivolts from Betaflight to calibrate current measurement accuracy.

Instructions

Get ibata_offset: ADC current sensor offset in millivolts. [INT16, -32000–32000, default: 0]

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 carries full burden for behavioral transparency. It merely states the value range and default but omits any mention of side effects, safety profile (e.g., read-only nature), or required permissions. For a tool that likely just reads a register, it fails to explicitly confirm it is non-destructive.

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 extremely concise: one sentence with an inline format specification. Every word is informative; 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 simple read-only tool with no parameters and no output schema, the description covers the essential information: what is retrieved (offset), its unit, range, and default. It could be improved by explicitly noting it is a safe read operation, but given the tool's simplicity, it is reasonably complete.

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 zero parameters (schema coverage 100% vacuously). The description adds value by explaining the meaning of the returned value: unit (millivolts), data type (INT16), range (-32000 to 32000), and default (0). This exceeds what the empty schema provides.

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 it retrieves the ibata_offset, identifying it as the ADC current sensor offset in millivolts. This specific verb-resource pairing distinguishes it from hundreds of other get_* sibling tools that retrieve different parameters.

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?

Usage is implied: call it when you need the current sensor offset. However, there is no explicit guidance on when not to use it or how it compares to alternatives like set_ibata_offset or other get_* tools. The context of sibling tools includes many similar getters, but the description does not differentiate usage scenarios.

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