Skip to main content
Glama

Look up a Ukrainian vessel

lookup_vessel
Read-onlyIdempotent

Look up a vessel in the Ukrainian vessel registries using its registration number. Handles -, ., and space variance and Latin/Cyrillic forms. Returns the full public registry record, including a web_url pointing to the public vessel information page.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
registration_numberYesRegistration number, for example УПС-0129.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
matchYes
sourceYes
tonnageYes
web_urlYes
home_portYes
build_yearYes
owner_nameYes
source_nameYes
vessel_typeYes
owner_addressYes
registration_numberYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior4/5

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

Annotations already declare readOnly, idempotent, and non-destructive behavior, so the lowering bar is met. The description adds useful behavioral context beyond annotations: it normalizes separators and Latin/Cyrillic variants, and it reveals the return includes a web_url to the public page.

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?

The description is compact and front-loaded: purpose first, then normalization behavior, then return value. Every sentence earns its place with no redundant filler.

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 the single parameter, rich annotations, and presence of an output schema, the description is nearly complete. It could mention not-found behavior, but that gap is minor for such a simple lookup tool.

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 the parameter already has an example. The description does not add parameter-level detail beyond what the schema provides, so the baseline score of 3 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?

The description states a specific verb and resource: look up a vessel in Ukrainian vessel registries by registration number. It also distinguishes itself from search_vessel_registries by specifying exact-number lookup rather than searching.

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

Usage Guidelines3/5

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

The description clearly implies this tool is for when the caller already has a registration number, but it does not explicitly mention alternatives or exclusion conditions. The sibling list suggests search_vessel_registries for broader search, but no direct when-to-use guidance is given.

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.