Skip to main content
Glama
IBM

Chuk MCP Maritime Archives

by IBM

maritime_get_voyage

Retrieve complete voyage details including ship info, captain, route, dates, fate, and incident records. Requires a voyage identifier from prior search.

Instructions

Get full details for a specific voyage.

Returns the complete voyage record including ship information, captain, route, dates, fate, and any incident details. The voyage must have been found by a prior maritime_search_voyages call or specified by its DAS voyage identifier.

Args: voyage_id: Voyage identifier (from search results or DAS ID) output_mode: Response format - "json" (default) or "text"

Returns: JSON or text with full voyage record

Tips for LLMs: - Use maritime_search_voyages first to find the voyage_id - The response includes incident details if the voyage ended in shipwreck (loss date, position, cause) - Use the voyage_id with maritime_search_crew to find the crew - Use the voyage_id with maritime_get_cargo_manifest for cargo - Use with maritime_assess_position to evaluate wreck position quality

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
voyage_idYes
output_modeNojson
Behavior4/5

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

No annotations exist, so the description carries the full burden. It discloses that incident details are included if the voyage ended in shipwreck, adding useful behavioral context. However, it does not mention any potential side effects or authentication requirements, but for a read operation this is acceptable.

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 brief, front-loaded with the main purpose, and structured with tips in a bullet-like list. Every sentence earns its place with no redundancy.

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?

Given the tool's simplicity (2 parameters, no output schema), the description fully covers what the tool does, what it returns, and how to use it. It also guides the agent to related tools, ensuring complete contextual guidance.

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?

With 0% schema description coverage, the description fully explains both parameters: voyage_id's source (search results or DAS ID) and output_mode's values (json or text). This adds meaning far 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 clearly states 'Get full details for a specific voyage' and enumerates what the response includes (ship info, captain, route, dates, fate, incident details), distinguishing it from sibling tools like maritime_search_voyages.

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 that the voyage must be found by a prior maritime_search_voyages call or specified by DAS identifier, and provides tips for further exploration with other tools. This gives clear when-to-use and how-to-chain instructions.

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