Skip to main content
Glama
bvandevliet

Betaflight MCP

by bvandevliet

get_blackbox_disable_debug

Retrieve whether debug fields are excluded from blackbox logging to simplify flight data records.

Instructions

Get blackbox_disable_debug: Exclude debug fields. [UINT32, default: OFF]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

With no annotations, the description partially compensates by noting the data type (UINT32) and default (OFF). However, it does not explain what the returned value means (e.g., 0 includes debug, 1 excludes) or any side effects. It adds some insight beyond the empty schema but lacks full disclosure.

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 short and to the point, front-loading the tool name and a brief explanation. Every phrase earns its place, though a clearer structure (e.g., separating explanation from type info) could improve readability.

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?

The tool has no output schema, so the description should indicate what the return value represents. It mentions 'exclude debug fields' but not the format (e.g., boolean 0/1). For a simple getter among many similar siblings, this is a gap but not severe.

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?

There are no parameters, so the description adds meaning by clarifying the tool's purpose and the setting it accesses. The schema provides no information, making the description essential.

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 retrieves a setting to 'exclude debug fields' from blackbox logging, which is a specific, distinct function among sibling tools like get_blackbox_disable_acc. It uses a verb 'Get' and a resource 'blackbox_disable_debug'.

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 (e.g., when to exclude debug fields, or what the corresponding setter does). The agent receives no context about typical use cases or prerequisites.

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