Skip to main content
Glama
RheaBose

ILP Drone Delivery MCP Server

by RheaBose

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_available_dronesB

Get a list of all available drones with their capabilities (capacity, heating, cooling, cost, max moves)

get_drone_detailsB

Get detailed information about a specific drone by its ID

plan_deliveryC

Plan a delivery route including cost estimate, number of moves, and drone assignment. Returns complete path planning.

check_drone_availabilityC

Check which drones are available to handle a delivery with specific requirements

get_delivery_geojsonB

Get the delivery path in GeoJSON format for map visualization. Can be used with geojson.io

plan_multiple_deliveriesC

Plan routes for multiple deliveries simultaneously with multi-drone optimization

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 6 tools

Disambiguation5/5

Each tool has a distinct and clear purpose: checking availability, getting geospatial data, retrieving drone details, listing drones, planning a single delivery, and planning multiple deliveries. There is no overlap or ambiguity between tools, making it easy for an agent to select the correct one.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (e.g., check_drone_availability, get_delivery_geojson). The naming is uniform, using snake_case throughout, which enhances readability and predictability for agents.

Tool Count5/5

With 6 tools, the server is well-scoped for drone delivery operations. Each tool serves a specific function in the delivery lifecycle, from availability checks to route planning, without being overly sparse or bloated.

Completeness4/5

The tool set covers core drone delivery workflows well, including availability, details, and planning. However, there are minor gaps, such as tools for managing deliveries (e.g., canceling or updating deliveries) or handling drone status changes, which agents might need to work around.

Maintenance

ActivityInactive
ResponsivenessNo issues