Skip to main content
Glama
bvandevliet

Betaflight MCP

by bvandevliet

set_blackbox_mode

Set blackbox logging mode: NORMAL logs only when armed, ALWAYS logs even when disarmed, MOTOR_TEST for motor testing.

Instructions

Set blackbox_mode: NORMAL = log only when armed. ALWAYS = log even when disarmed. MOTOR_TEST = motor test mode. [UINT8, default: NORMAL]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
valueYesValue for blackbox_mode (UINT8)
Behavior2/5

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

With no annotations, the description should cover behavioral traits. It only lists values and default, omitting potential side effects, required disarm state, or impact on existing logging. The description is incomplete 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.

Conciseness4/5

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

The description is a single sentence with additional details in brackets. It is concise and front-loaded, though the parameter info is somewhat jammed together.

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 setter with one parameter and no output schema, the description covers the essential values and default. However, it omits prerequisites (e.g., status of flight controller) and potential consequences, which would be helpful for safe usage.

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 schema describes 'value' as UINT8, but the description adds the acceptable string values (NORMAL, ALWAYS, MOTOR_TEST) and default. This adds meaningful context beyond the schema's brief description.

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 explicitly states it sets the blackbox mode and enumerates the three possible values (NORMAL, ALWAYS, MOTOR_TEST) with clear explanations. This distinguishes it from get_blackbox_mode and other set tools.

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?

The description provides no guidance on when to use this tool versus alternatives or prerequisites. The agent is left to infer from context that one would set the mode before or after configuring other blackbox settings.

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