Skip to main content
Glama
bvandevliet

Betaflight MCP

by bvandevliet

set_enable_stick_arming

Enable stick-combination arming (throttle-down/yaw-right) for Betaflight flight controllers. Use this to allow arming without a dedicated switch.

Instructions

Set enable_stick_arming: Enable stick-combination arming (throttle-down/yaw-right). Disable if using a dedicated arm switch. [UINT8, default: OFF]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
valueYesValue for enable_stick_arming (UINT8)
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It explains the effect (enable/disable stick arming) and notes the default is OFF. However, it does not disclose if changes take immediate effect or require reboot, which would be useful 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 a single concise sentence with a parenthetical note, no wasted words. It front-loads the action and provides essential context immediately.

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 parameter-setting tool with one input and no output schema, the description adequately explains the parameter's purpose and default. It could mention if the value expects 'ON'/'OFF' or numeric, but the schema and description together suffice for basic use.

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?

Schema description coverage is 100% for the single parameter. The description adds value by explaining the UINT8 type, default OFF, and the meaning of enabling vs disabling. This goes beyond the schema's generic 'Value for enable_stick_arming (UINT8)'.

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 sets enable_stick_arming, explaining it enables stick-combination arming (throttle-down/yaw-right). The verb 'Set' and resource 'enable_stick_arming' are specific, and the explanation distinguishes it from sibling set_ functions for other parameters.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides clear guidance: enable for stick arming, disable if using a dedicated arm switch. This tells the agent when to use each option, but does not explicitly list alternatives among 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