maritime_get_wreck
Obtain full wreck details including ship information, loss date, cause, position with uncertainty, depth, discovery status, and archaeological notes. Use after searching for wrecks.
Instructions
Get full details for a specific wreck record.
Returns the complete wreck record including ship information, loss date, cause, position with uncertainty, depth estimate, discovery status, and archaeological notes.
Args: wreck_id: Wreck identifier (from search results) output_mode: Response format - "json" (default) or "text"
Returns: JSON or text with full wreck record
Tips for LLMs: - Use maritime_search_wrecks first to find the wreck_id - The position field includes lat, lon, and uncertainty_km - Use maritime_assess_position with this wreck_id to get a detailed position quality assessment - Use maritime_export_geojson with wreck_ids to map the location - Cross-reference with maritime_get_voyage using the linked voyage_id
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wreck_id | Yes | ||
| output_mode | No | json |