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
| Name | Required | Description | Default |
|---|---|---|---|
| route_id | Yes | ||
| output_mode | No | json |