maritime_get_voyage_full
Get a unified view of a voyage by retrieving the core record plus all linked wreck, vessel, hull profile, and track data, with optional crew records.
Instructions
Get a unified view of a voyage with all linked records.
Returns the voyage record enriched with related wreck, vessel, hull profile, CLIWOC track, and optionally crew data. Each link includes a confidence score (0.0-1.0) indicating match quality.
Args: voyage_id: Voyage identifier (e.g. "das:0372.1", "eic:0042") include_crew: If true, also find crew records linked to this voyage output_mode: Response format - "json" (default) or "text"
Returns: JSON or text with unified voyage view including all linked records
Tips for LLMs: - Start with maritime_search_voyages to find the voyage_id - This tool replaces the need to call get_voyage, get_wreck, get_vessel, and get_hull_profile separately - The links_found field shows which related records exist - The link_confidence field shows match quality (1.0 = exact ID match, lower values indicate fuzzy name+date matching) - Use include_crew=true to find crew/muster records for a voyage - Cross-reference: a wreck's voyage_id links to the originating voyage - The cliwoc_track field shows logbook positions (requires CLIWOC 2.1 Full data for ship name matching)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| voyage_id | Yes | ||
| include_crew | No | ||
| output_mode | No | json |