Skip to main content
Glama

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
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
compute_distanceC

Compute shortest oceangoing route distance in nautical miles.

compute_routeB

Compute shortest oceangoing route with distance and waypoints between two coordinates.

compute_geodesicA

Compute geodesic great-circle distance in nautical miles (ignores route, this is shortest distance on a sphere).

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.6/5.0

Scored across 3 tools

Disambiguation5/5

Each tool serves a distinct purpose: computing oceangoing route distance, geodesic great-circle distance, and full route with waypoints. No overlap or ambiguity.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (compute_distance, compute_geodesic, compute_route), making them predictable.

Tool Count5/5

Three tools is an appropriate size for a focused maritime routing server, covering core functionality without bloat.

Completeness4/5

The set covers distance (route and geodesic) and route waypoints, but might lack options for routing preferences or alternative paths.

Maintenance

ActivityInactive
ResponsivenessNo issues