Skip to main content
Glama

Vessels by MMSI

get_vessels
Read-onlyIdempotent

Current position and details of specific vessels by MMSI (Maritime Mobile Service Identity): the last report heard for each, and which MMSIs have not been heard in the last 30 minutes. Use search_vessels_by_name first when you only have a name.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
mmsiYesMMSIs to look up; anonymous calls may pass 10, a personal token 50

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
totalYesvessels matched before the limit was applied
vesselsYes
truncatedYestrue when total exceeds the rows returned; narrow the query or raise limit
attributionYescredit line per source kind in the rows, to show with the data
unknown_mmsiNorequested MMSIs not heard in the last 30 minutes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already provide readOnlyHint and idempotentHint, and the description adds meaningful behavioral detail: it returns the last heard report and indicates which MMSIs were not heard recently. This goes beyond the structured annotations without contradicting them.

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?

Two tight sentences: the first front-loads the purpose and output scope, the second gives routing guidance. No filler or redundant restatement of the tool title.

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

Completeness5/5

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

With only one parameter, full schema coverage, an output schema, and safety annotations, the description covers the key usage context: what to retrieve and when to use the sibling instead. Nothing essential is missing.

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% and already documents the mmsi parameter, including anonymous/personal token limits. The description adds little beyond restating that lookups are by MMSI, so the baseline score is appropriate.

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?

Description states a specific operation — retrieving current position and details by MMSI — and explicitly distinguishes it from search_vessels_by_name. It also names the resource (vessels by MMSI) and adds the unique 'not heard in 30 minutes' detail.

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 tells the agent to use search_vessels_by_name first when only a name is available, routing between alternatives. This is clear when-to-use guidance for the main decision point.

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.