Skip to main content
Glama
bvandevliet

Betaflight MCP

by bvandevliet

set_thr_mid

Adjust the throttle curve mid-point to set the thrust at 50% stick.

Instructions

Set thr_mid: Throttle curve mid-point — sets the thrust at 50% stick. [UINT8, 0–100, default: 50]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
valueYesValue for thr_mid (UINT8, 0–100)
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 only states it 'sets' the value, without disclosing whether the change applies immediately, requires reboot, or how it affects the throttle response curve. This lacks detail for a mutation tool.

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: two sentences with no redundant information. Every word is necessary and front-loaded.

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 one-parameter setter with no output schema, the description is minimally complete. It clearly defines the action and parameter format. However, it does not mention relationship to get_thr_mid or other throttle settings, which slightly reduces completeness.

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

Parameters3/5

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

Schema coverage is 100%, so baseline is 3. The description adds a default value of 50 and format '[UINT8, 0–100]', but these are already implied by the schema's min/max and description. No additional meaning beyond the schema.

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's purpose: 'Set thr_mid: Throttle curve mid-point — sets the thrust at 50% stick.' This is a specific verb+resource combination that distinguishes it from sibling tools like set_thr_expo or set_thr_hover.

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?

No explicit when-to-use or when-not-to-use guidance is provided. The description implies usage for adjusting the throttle curve midpoint, but does not discuss prerequisites, effects on flight behavior, or alternatives among the many set_* siblings.

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