Skip to main content
Glama
bvandevliet

Betaflight MCP

by bvandevliet

set_gyro_offset_yaw

Set manual yaw gyro trim to correct persistent yaw drift when trim sticks or acc trim are insufficient.

Instructions

Set gyro_offset_yaw: Manual yaw gyro trim (tenths of degrees/s). Use to correct persistent yaw drift if trim sticks or acc trim are not sufficient. [INT16, -1000–1000, default: 0]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
valueYesValue for gyro_offset_yaw (INT16, -1000–1000)
Behavior3/5

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

With no annotations, the description provides unit (tenths of degrees/s), range (-1000 to 1000), default 0, and data type (INT16). It explains the effect on yaw drift, but does not disclose whether changes take effect immediately, require reboot, or are persistent.

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 followed by a parenthetical with technical details. It is front-loaded with the purpose and has no superfluous content.

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 setter with one parameter, full schema coverage, and no output schema, the description adequately covers purpose, usage, and parameter details. It could mention persistence behavior but is otherwise complete.

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 already describes the parameter fully (100% coverage). The description adds context by explaining the parameter's role in correcting drift and reiterating the range and default, providing additional meaning beyond the schema.

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 verb 'Set', the resource 'gyro_offset_yaw', and explains it as 'Manual yaw gyro trim (tenths of degrees/s)'. It distinguishes from siblings like set_acc_trim_* by specifying it's for yaw drift when trim sticks or acc trim are insufficient.

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 explicitly states when to use: 'Use to correct persistent yaw drift if trim sticks or acc trim are not sufficient.' It implies alternatives are considered first, but does not name sibling tools explicitly.

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