Skip to main content
Glama
bvandevliet

Betaflight MCP

by bvandevliet

set_quickrates_rc_expo

Set the global expo value for QUICK rates mode on a Betaflight flight controller.

Instructions

Set quickrates_rc_expo: In QUICK rates mode, applies expo globally. [UINT8, default: OFF]

Input Schema

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

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

With no annotations, the description carries full burden. It states that the setting applies globally in QUICK rates mode and defaults to OFF, but does not disclose whether changes are persistent, require a save, or affect other settings. The lack of side-effect disclosure is a significant gap.

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 very concise at two sentences. It front-loads the tool name and core action. While it could be more structured (e.g., separate sections), it wastes no words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description lacks context about the QUICK rates mode (e.g., how to enable it, what happens if not active), the meaning of 'expo,' and the relation to get_quickrates_rc_expo. For a simple parameter-setting tool, this missing context 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?

The schema already describes the single parameter as a UINT8. The description adds the default value (OFF) and reaffirms the type, which is helpful but not extensive. With 100% schema coverage, baseline 3 is appropriate, and the added default provides marginal value.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool sets quickrates_rc_expo and explains its effect (applies expo globally in QUICK rates mode). It mentions the data type and default, making the purpose specific. However, it does not distinguish from the many other set_* tools beyond the name, but the specificity of the resource (quickrates_rc_expo) is sufficient.

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. It does not mention prerequisites (e.g., being in QUICK rates mode) or when not to use it. Among hundreds of set_ tools, no usage context is given.

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