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