Skip to main content
Glama
sandraschi

Robotics MCP Server

by sandraschi

drone_flight_control

Manage PX4/ArduPilot drones by switching flight modes, controlling missions, and adjusting parameters through conversational commands.

Instructions

Manage advanced drone flight control, missions, and parameters with conversational responses.

Provides fine-grained control over PX4/ArduPilot flight modes, autonomous mission execution, and drone parameter tuning for advanced flight operations with intelligent mission planning and parameter optimization recommendations.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNoFlight mode name for set_flight_mode operation
drone_idYesUnique drone identifier
operationYesAdvanced flight control operation to perform: - "set_flight_mode": Change to specific flight mode (LOITER, AUTO, GUIDED, etc.) - "get_flight_modes": List all available flight modes - "start_mission": Begin execution of uploaded mission plan - "pause_mission": Temporarily halt mission execution - "resume_mission": Continue paused mission - "abort_mission": Immediately terminate mission - "upload_mission": Send mission plan to drone - "download_mission": Retrieve current mission from drone - "set_parameter": Modify drone parameter value - "get_parameters": Retrieve all drone parameters
mission_idNoIdentifier for mission operations
param_nameNoParameter name for set_parameter operation
param_valueNoNew value for the specified parameter
mission_planNoComplete mission plan dictionary with waypoints and commands

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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 disclosure. It mentions 'conversational responses' and 'intelligent mission planning' but does not reveal important behavioral traits such as whether operations are immediately hazardous, reversible, or require specific authorization. For a flight-control tool this 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.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is wordy and repetitive. Phrases like 'advanced flight operations', 'intelligent mission planning', and 'parameter optimization recommendations' inflate the text without adding concrete, decision-relevant information. A more compact description would front-load the fact that this is a dispatcher for mission, mode, and parameter operations.

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?

Given the tool's complexity, the description does not provide enough practical context. It does not mention safety considerations, the need for a connected or authorized drone, which operations require which auxiliary parameters, or how it differs from the sibling drone_control tool. The output schema helps, but the description still leaves important operational context implicit.

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?

Schema description coverage is 100%, and the operation enum includes detailed descriptions of each operation mode. The description adds general context about PX4/ArduPilot and parameter optimization, but it does not add meaning beyond what the schema already provides for parameters like mission_id, param_name, or mission_plan.

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 manages advanced drone flight control, missions, and parameter tuning, and names PX4/ArduPilot flight modes. It is specific enough about the domain and resource, but it does not explicitly differentiate itself from the closely named sibling drone_control.

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 such as drone_control or drone_navigation. It does not state prerequisites, exclusions, or scenarios that favor this tool over siblings.

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/sandraschi/robotics-mcp'

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