maritime_list_routes
Discover historical sailing routes from VOC, EIC, Carreira, Manila Galleon, and SOIC. Filter by direction, departure, or destination port to find specific voyages.
Instructions
List available historical sailing routes.
Returns summaries of all known routes with typical durations. Covers VOC (Dutch), EIC (British), Carreira da India (Portuguese), Manila Galleon (Spanish), and SOIC (Swedish) routes.
Args: direction: Filter by route direction — "outward" (Europe to Asia), "return" (Asia to Europe), "intra_asian" (between Asian ports), "pacific_westbound" (Acapulco to Manila), or "pacific_eastbound" (Manila to Acapulco) departure_port: Filter routes containing this departure port (substring match, e.g., "Texel", "Downs", "Lisbon") destination_port: Filter routes containing this destination (substring match, e.g., "Batavia", "Canton", "Manila") output_mode: Response format — "json" (default) or "text"
Returns: JSON or text with list of available routes
Tips for LLMs: - Use direction="outward" to see Europe-to-Asia routes for all nations (VOC, EIC, Carreira, SOIC) - Use departure_port and destination_port to find routes matching a specific voyage - Follow up with maritime_get_route for full waypoint details - Use maritime_estimate_position with a route_id to estimate where a ship was on a specific date
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| direction | No | ||
| departure_port | No | ||
| destination_port | No | ||
| output_mode | No | json |