Skip to main content
Glama
sandraschi

Robotics MCP Server

by sandraschi

drone_navigation

Set waypoints, define geofences, enable follow-me mode, retrieve GPS position, and direct return-to-home missions with safe aerial navigation.

Instructions

Manage drone navigation, waypoints, and geofencing with conversational responses.

Handles GPS navigation, waypoint missions, geofence boundaries, and follow-me modes with intelligent path planning and safety-aware navigation. Integrates with PX4/ArduPilot navigation systems and RTK positioning for precise aerial operations.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
altitudeNoTarget altitude in meters for waypoint operations
drone_idYesUnique drone identifier
latitudeNoTarget latitude in decimal degrees for waypoint operations
longitudeNoTarget longitude in decimal degrees for waypoint operations
operationYesNavigation operation to perform: - "get_position": Get current GPS position and altitude - "set_waypoint": Set single waypoint for navigation - "follow_waypoints": Execute multi-waypoint mission - "clear_waypoints": Clear all programmed waypoints - "set_geofence": Define geofence boundaries and restrictions - "enable_follow_me": Start following specified target - "disable_follow_me": Stop follow-me mode - "set_home_location": Set RTL/home position coordinates
target_idNoIdentifier of target to follow for follow-me operations
waypointsNoList of waypoint dictionaries [{"lat": float, "lon": float, "alt": float}, ...]
fence_pointsNoList of geofence boundary points [{"lat": float, "lon": float}, ...]
max_altitudeNoMaximum allowed altitude in meters for geofence
home_altitudeNoHome position altitude in meters
home_latitudeNoHome position latitude in decimal degrees
home_longitudeNoHome position longitude in decimal degrees

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

It adds useful behavioral context beyond the schema, such as 'conversational responses', 'intelligent path planning', PX4/ArduPilot integration, and RTK positioning. Yet it does not disclose side effects, safety prerequisites, or limitations of the underlying navigation calls, and there are no annotations to lighten that burden.

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 and largely front-loaded: the first sentence captures the scope and the second adds system integration context. Some phrases like 'intelligent path planning' and 'precise aerial operations' add minor fluff but do not materially harm clarity.

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

Completeness3/5

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

Given the tool has an output schema and a very detailed input schema, the description need not restate parameters or return values. However, with 12 parameters and several high-level operation modes, the absence of guidance on selection from sibling tools and operation-specific caveats makes it only minimally complete.

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%, so the schema already fully documents all parameters. The description itself adds no parameter meaning, which is acceptable at the baseline, but it also does not describe parameter-to-operation relationships that could help disambiguate complex multi-parameter operations.

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 opens with 'Manage drone navigation, waypoints, and geofencing' and then names specific capabilities: GPS navigation, waypoint missions, geofence boundaries, and follow-me modes. This is a clear verb-resource pairing, though it does not explicitly distinguish itself from nearby siblings like drone_flight_control or 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 Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies this is the go-to tool for navigation planning, waypoint management, geo-fencing, and follow-me operation. However, it never names alternatives or gives when-to-use versus when-not-to-use guidance, leaving an agent to infer the boundaries against the sibling tools.

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