Skip to main content
Glama
bvandevliet

Betaflight MCP

by bvandevliet

get_failsafe_throttle

Retrieve the failsafe throttle value set for failsafe landing and GPS Rescue fallback. Adjust to hover throttle to prevent motor cutoff.

Instructions

Get failsafe_throttle: Throttle value applied during Landing Mode Stage 2 AND used as the Stage 1 fallback throttle if configured. Default 1000 = motors off. For GPS Rescue: must be set to a hover throttle value, or the quad drops in Stage 1 before Rescue can activate. [UINT16, default: 1000]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Despite no annotations, the description explains the behavioral context: it applies in Landing Mode Stage 2, as Stage 1 fallback, and has a specific requirement for GPS Rescue. It also states the default value (1000 = motors off). This goes beyond a simple 'get'.

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, well-structured sentence that front-loads the purpose and adds critical usage details without fluff. Every part adds value.

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?

Given no output schema and no annotations, the description covers the key aspects: roles, default, and GPS Rescue implication. It could mention whether the value is read from hardware or config, but overall it is sufficiently complete for a simple uint16 parameter.

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 input schema has no parameters (100% coverage), so the description does not need parameter details. However, it still adds value by specifying the return type and default in brackets [UINT16, default: 1000], which aids understanding.

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 the failsafe throttle value and specifies its roles in Landing Mode Stage 2 and as Stage 1 fallback. It also includes domain-specific context like GPS Rescue implications, distinguishing it from other get_* tools.

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?

Usage is implied from the context (failsafe, landing, GPS Rescue), but no explicit guidance on when to use this tool versus alternatives (e.g., get_failsafe_throttle_low_delay) is provided. The description does not exclude other scenarios.

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