Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_available_drones | Get a list of all available drones with their capabilities (capacity, heating, cooling, cost, max moves) |
| get_drone_details | Get detailed information about a specific drone by its ID |
| plan_delivery | Plan a delivery route including cost estimate, number of moves, and drone assignment. Returns complete path planning. |
| check_drone_availability | Check which drones are available to handle a delivery with specific requirements |
| get_delivery_geojson | Get the delivery path in GeoJSON format for map visualization. Can be used with geojson.io |
| plan_multiple_deliveries | Plan routes for multiple deliveries simultaneously with multi-drone optimization |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |