Skip to main content
Glama

set_nav

Set core fixed-wing navigation and return-to-home settings: RTH altitude, climb-first behavior, landing mode, and loiter radius. Dry-run by default; confirm to apply.

Instructions

Set core fixed-wing navigation / RTH parameters (atomic CLI write).

Only the arguments you pass are changed. Dry-run by default.

Args: rth_altitude_m: Return-to-home altitude, metres (nav_rth_altitude, stored cm). rth_climb_first: Climb to RTH altitude before heading home (nav_rth_climb_first). rth_allow_landing: NEVER | ALWAYS | FS_ONLY (nav_rth_allow_landing). loiter_radius_m: Fixed-wing loiter radius, metres (nav_fw_loiter_radius, stored cm). confirm: True to apply (save+reboot). Dry-run otherwise.

Gates: connected, not armed, auto-backup. RTH needs a working GPS and a home fix.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
confirmNo
rth_altitude_mNo
loiter_radius_mNo
rth_climb_firstNo
rth_allow_landingNo
Behavior5/5

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

With no annotations, the description fully discloses the tool's behavior: atomic write, partial updates, dry-run semantics, confirmation trigger involving save and reboot, and GPS/home fix prerequisites. This goes well beyond a basic 'set parameters' statement.

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 compact but packs in essential behavioral, parameter, and gate information. Each section earns its place, though it is longer than strictly necessary due to the args list.

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

Completeness5/5

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

Given the absence of annotations and output schema, this description covers all needed context: tool purpose, parameter semantics, execution model, and preconditions. An agent can correctly select and invoke this tool without additional information.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema has zero descriptions, but the Args list compensates fully: each parameter gets its unit, underlying CLI parameter name, and allowed values where applicable (e.g., rth_allow_landing). This is a model of parameter documentation.

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 opens with 'Set core fixed-wing navigation / RTH parameters (atomic CLI write)', which uses a specific verb and resource. This clearly differentiates from sibling tools like set_pid, set_failsafe, and set_flight_mode.

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 provides clear usage context including the dry-run default, the need for confirm=True to apply, and the operating gates (connected, not armed, auto-backup). It does not explicitly name alternative tools for when not to use this one, but the context is strong.

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/starlordz12/inav-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server