maritime_get_vessel
Retrieve complete vessel records including tonnage, construction year, shipyard, and service history by providing a vessel identifier from search results.
Instructions
Get full details for a specific vessel.
Returns the complete vessel record including name, type, tonnage, construction year, shipyard, VOC chamber, dimensions, and service history.
Args: vessel_id: Vessel identifier (from search results) output_mode: Response format - "json" (default) or "text"
Returns: JSON or text with full vessel record
Tips for LLMs: - Use maritime_search_vessels first to find the vessel_id - Tonnage is measured in lasten (approximately 2 metric tonnes) - Use maritime_get_hull_profile with the ship type for hydrodynamic characteristics - Cross-reference with maritime_search_voyages using the vessel name to find its voyage history
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vessel_id | Yes | ||
| output_mode | No | json |