Skip to main content
Glama
IBM

Chuk MCP Maritime Archives

by IBM

maritime_get_vessel

Retrieve complete vessel records including tonnage, construction year, shipyard, and service history by providing a vessel identifier from search results.

Instructions

Get full details for a specific vessel.

Returns the complete vessel record including name, type, tonnage, construction year, shipyard, VOC chamber, dimensions, and service history.

Args: vessel_id: Vessel identifier (from search results) output_mode: Response format - "json" (default) or "text"

Returns: JSON or text with full vessel record

Tips for LLMs: - Use maritime_search_vessels first to find the vessel_id - Tonnage is measured in lasten (approximately 2 metric tonnes) - Use maritime_get_hull_profile with the ship type for hydrodynamic characteristics - Cross-reference with maritime_search_voyages using the vessel name to find its voyage history

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
vessel_idYes
output_modeNojson
Behavior4/5

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

No annotations were provided, so the description bears full responsibility. It clearly describes the tool as a retrieval operation returning vessel details, with no mention of side effects or destructive actions. While it doesn't explicitly state 'read-only', the description implies it. Additional context on rate limits or auth would improve transparency.

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

Conciseness4/5

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

The description is well-structured with sections for Args, Returns, and Tips. It is slightly verbose (e.g., 'Tips for LLMs' heading) but each sentence adds value. Could be tightened while retaining clarity.

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?

No output schema exists, so the description must explain return values. It lists the fields included in the full vessel record and mentions JSON or text formats. Tips help integrate with other tools. Some detail about the structure of the record would enhance completeness, but it's adequate.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 0%, so the description must compensate. It provides detailed explanations for both parameters: vessel_id as an identifier from search results, and output_mode with 'json' (default) or 'text'. This adds significant meaning beyond the bare schema.

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 explicitly states it 'Get full details for a specific vessel' and lists the fields returned (name, type, tonnage, etc.), clearly distinguishing it from search tools like maritime_search_vessels.

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?

The description includes specific guidance: use maritime_search_vessels first to find vessel_id, and provides cross-references to maritime_get_hull_profile and maritime_search_voyages with context on when to use them. It also explains tonnage units.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/IBM/chuk-mcp-maritime-archives'

If you have feedback or need assistance with the MCP directory API, please join our Discord server