set_p_yaw
Adjust yaw axis proportional gain to tune flight controller responsiveness and stability.
Instructions
Set p_yaw: Yaw P gain. [UINT8, default: 45]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | Value for p_yaw (UINT8) |
Adjust yaw axis proportional gain to tune flight controller responsiveness and stability.
Set p_yaw: Yaw P gain. [UINT8, default: 45]
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | Value for p_yaw (UINT8) |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description bears the full burden of behavioral disclosure. It does not mention side effects, persistence, required permissions, or any implications of changing the yaw P gain. The description is minimal and lacks transparency.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is extremely concise: a single sentence with a note. It conveys all essential information without superfluous words. Every element earns its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple one-parameter setter tool with no output schema, the description adequately covers the action, resource, type, and default. Minor gaps include lack of explanation about change persistence or side effects, but these are less critical for such a straightforward operation.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, but the description adds value beyond the schema by specifying the default (45) and the semantic meaning ('Yaw P gain'). The parameter name 'value' is generic, and the description clarifies its purpose. The type hint (UINT8) reinforces the schema's integer range.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the action ('Set'), the resource ('p_yaw'), and what it represents ('Yaw P gain'). It also provides the data type (UINT8) and default value (45). This effectively distinguishes it from sibling set tools for other axes or parameters.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No explicit guidance is given on when to use this tool versus alternatives. The context of similar set_* tools implies usage, but there are no exclusions or when-not-to-use instructions. The agent must infer from naming conventions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
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