maritime_get_hull_profile
Retrieve hull characteristics including dimensions, displacement, drag coefficients, and windage area for VOC ship types to calculate drift in ocean currents.
Instructions
Get hydrodynamic hull profile for a VOC ship type.
Returns detailed hull characteristics including dimensions, displacement, drag coefficients, windage area, and drift modelling parameters. Used for calculating how a ship or wreckage would drift in ocean currents.
Args: ship_type: Ship type identifier. Options: retourschip, fluit, jacht, hooker, pinas, fregat output_mode: Response format - "json" (default) or "text"
Returns: JSON or text with hull profile data
Tips for LLMs: - Use maritime_list_hull_profiles to see available types - Essential for drift modelling: provides drag coefficients, windage area, and sinking characteristics - The dimensions_typical field gives length, beam, and draught ranges for that ship type - The llm_guidance field contains domain-specific advice for using the profile in calculations - Retourschip is the most common VOC vessel type
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ship_type | Yes | ||
| output_mode | No | json |