Skip to main content
Glama
sandraschi

Robotics MCP Server

by sandraschi

drone_control

Control drone flight operations via MAVLink, providing commands for takeoff, landing, movement, emergency stop, return home, calibration, and real-time status.

Instructions

Core drone flight control operations with conversational responses.

Provides unified control interface for PX4/ArduPilot drones via MAVLink protocol or direct firmware integration. Supports both autonomous and manual flight modes with rich conversational responses for natural AI interaction.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNoFlight mode for set_mode operation (e.g., "STABILIZE", "ALT_HOLD", "LOITER", "AUTO", "RTL")
altitudeNoTarget altitude (m) for takeoff operation
drone_idYesUnique drone identifier (e.g., "drone_01", "px4_quad_01", "esp32_drone_01")
yaw_rateNoRotational velocity (rad/s) for move operation
operationYesFlight control operation to perform: - "get_status": Get comprehensive drone status (battery, position, mode, health) - "takeoff": Take off to specified altitude (default 5m) - "land": Land at current position - "move": Move with specified velocity vectors - "stop": Emergency stop all movement - "return_home": Return to launch/home position (RTL) - "set_mode": Change flight mode (stabilize, alt_hold, loiter, auto, rtl) - "arm": Arm drone motors (required before flight) - "disarm": Disarm drone motors (safe state) - "calibrate": Perform sensor/accelerometer calibration - "emergency_stop": Immediate emergency stop and motor disarm
velocity_xNoEast-west velocity (m/s) for move operation
velocity_yNoNorth-south velocity (m/s) for move operation
velocity_zNoUp-down velocity (m/s) for move operation (positive = up)
calibration_typeNoType of calibration for calibrate operation (e.g., "accelerometer", "compass", "level")

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

Since no annotations are provided, the description carries the full behavioral burden. It mentions conversational responses and MAVLink integration, but it does not disclose that this tool can physically command a drone, that operation such as arm, takeoff, or emergency_stop have safety implications, or what the actual command execution flow looks like.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

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

The description is short and front-loaded, but it repeats the conversational-response concept twice: 'with conversational responses' and 'rich conversational responses for natural AI interaction'. The second paragraph gives useful context but is somewhat generic and not information-dense.

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?

For a tool with nine parameters and numerous high-risk operations like takeoff, emergency_stop, arm, and land, this description is incomplete. It does not mention preconditions, operation-specific parameter rules, or how to route among the closely related drone/robot sibling tools. The input schema helps significantly, but the description itself leaves relevant selection and safety context absent.

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 schema already documents operation-specific parameters such as altitude for takeoff, velocity vectors for move, and calibration_type for calibrate. The description adds no extra parameter meaning, which is acceptable given the schema does the heavy lifting.

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 labels this as a drone flight control tool: 'Core drone flight control operations' and 'unified control interface for PX4/ArduPilot drones via MAVLink'. It distinguishes itself at the category level, but it does not explicitly differentiate from sibling tools like drone_flight_control or drone_navigation.

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 offers no guidance on when to choose this tool over alternatives such as drone_flight_control, drone_navigation, or robot_control. The phrase 'supports both autonomous and manual flight modes' only hints at scope, with no explicit exclusions or alternative routing.

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