Skip to main content
Glama
IBM

Chuk MCP Maritime Archives

by IBM

maritime_get_route

Retrieve complete historical sailing route details including waypoints, durations, hazards, and seasonal notes for specific routes from VOC, EIC, Carreira, Manila Galleon, and SOIC archives.

Instructions

Get full details of a historical sailing route.

Returns all waypoints with coordinates, typical sailing times, stop durations, hazards, and seasonal notes for a specific route.

Args: route_id: Route identifier. Options: VOC (Dutch): outward_outer, outward_inner, return, japan, spice_islands, ceylon, coromandel, malabar EIC (British): eic_outward, eic_china, eic_return, eic_country Carreira (Portuguese): carreira_outward, carreira_return Manila Galleon (Spanish): galleon_westbound, galleon_eastbound SOIC (Swedish): soic_outward, soic_return output_mode: Response format — "json" (default) or "text"

Returns: JSON or text with full route including waypoints, durations, hazards, and seasonal notes

Tips for LLMs: - Each waypoint has cumulative_days (typical elapsed days from departure) and stop_days (typical port stay duration) - The outer route (south of Madagascar) was preferred from the 1660s for speed; the inner route used Mozambique Channel - Use the waypoints with maritime_lookup_location for details on each port - Use maritime_estimate_position with this route_id and a departure date to estimate a ship's position on any date

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
route_idYes
output_modeNojson
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It discloses that the tool returns waypoints with coordinates, durations, hazards, and seasonal notes, and the tips add behavioral details about cumulative_days and stop_days. However, it does not mention potential side effects, permissions, or error scenarios, which for a read-only data retrieval tool is acceptable but not fully transparent.

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 well-structured into summary, return description, args, return specification, and tips. Each sentence adds value without redundancy. It is appropriately concise for the amount of information needed.

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?

The tool has no output schema, so the description must explain the return format. It does so adequately, listing included fields. The tips provide additional context about waypoint structure. Minor omissions: no mention of error responses or handling invalid route_ids, but overall complete for typical usage.

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 compensates excellently by listing all valid route_id values grouped by company and route, explaining the output_mode parameter with defaults. This adds significant meaning beyond the bare schema types.

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?

Clearly states the tool retrieves full details of a historical sailing route, specifying verb+resource+scope. The description distinguishes it from siblings like maritime_list_routes (list only) and maritime_estimate_position (position estimation) by focusing on comprehensive route details including waypoints, hazards, and seasonal notes.

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

Usage Guidelines4/5

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

The 'Tips for LLMs' section provides explicit guidance on complementary tools (maritime_lookup_location, maritime_estimate_position) and how to use the output for further analysis. However, it does not explicitly state when not to use this tool or contrast it with all siblings, leaving some ambiguity.

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