Skip to main content
Glama

Datalastic Vessel Tracking & Maritime Intelligence

Search for ports

find_ports

Search the port registry and return matching ports (identity, country, UN/LOCODE, classification, coordinates, maritime area). Search by name (optionally fuzzy), UN/LOCODE, classification, country, or geographically (lat + lon + radius in nautical miles). Always returns a list, even for a single match. Use this to discover ports or resolve a name to a UN/LOCODE/uuid; for full detail on one known port (including terminals) use get_port.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
latNoCenter latitude for a geographic search (use with lon and radius).
lonNoCenter longitude for a geographic search (use with lat and radius).
nameNoPort name to search for (set fuzzy for approximate matching).
uuidNoDatalastic port UUID.
fuzzyNoMatch the name approximately instead of exactly.
radiusNoSearch radius in nautical miles (max 50); requires lat and lon.
unlocodeNoPort UN/LOCODE: 5 alphanumeric characters (case-insensitive).
port_typeNoFilter by classification. One of: Port, Anchorage, Marina, Offshore Terminal, Shelter, Demolition Yard, Canal, Fishing Harbour.
country_isoNo2-letter ISO country code (e.g. GB).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
portsYes

TDQS

A4.4/5.0
Behavior4/5

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

No annotations provided, so description carries full burden. It discloses that the tool always returns a list, even for a single match, and lists return fields. However, it does not explicitly state that the tool is read-only or safe, which is a minor gap. Overall, good transparency for a search tool.

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

Conciseness5/5

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

Three sentences, each packed with information: first states function and output, second lists search options, third clarifies always-returns-list and distinguishes sibling. No redundant words, front-loaded with key details.

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

Completeness4/5

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

Given 9 parameters, 0 required, and an output schema, the description covers main use cases, search capabilities, and return behavior. It provides a fallback to get_port. Lacks mention of pagination or maximum results, but schema covers radius limit. Very good completeness for agent to understand tool scope.

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 coverage is 100%, so baseline is 3. The description provides a higher-level summary of search methods but does not significantly add meaning beyond the schema. The always-returns-list behavior is context, not parameter-specific. Score remains at baseline.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool searches the port registry and returns matching ports with specific fields. It distinguishes from the sibling tool get_port by noting that get_port is for full detail on a known port.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

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

Explicitly states when to use: to discover ports or resolve a name to UN/LOCODE/uuid. Also specifies when not to use: for full detail on one known port, use get_port. Provides clear context for agent decision-making.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.2/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: vessel tracking (get_vessel, get_vessel_pro, get_vessel_history, get_vessel_info, estimated_vessel_position), registry search (find_vessels, find_ports), port details (get_port), weather (get_weather), sea route (sea_route), async reports (report_*), and intelligence modules (intel_*). Even similar tools like find_vessels vs get_vessel are well-differentiated by their descriptions.

Naming Consistency5/5

All tool names follow a consistent lowercase underscore pattern with a verb_noun structure (e.g., get_vessel, find_ports, sea_route). The intel_* tools use a uniform prefix for intelligence operations, maintaining predictability across the set.

Tool Count3/5

With 25 tools, this server is at the upper boundary of the borderline range. While the tools are well-organized and necessary for the comprehensive maritime intelligence domain, the count feels slightly heavy compared to an ideal 3-15 tool scope.

Completeness5/5

The tool surface is remarkably complete: it covers vessel tracking (live, historic, estimated), registry search, port details, weather, sea route calculation, async report management, and a full suite of intelligence reports (casualties, inspections, ownership, etc.). There are no obvious gaps for maritime vessel tracking and intelligence tasks.