maritime_lookup_location
Look up historical VOC place names to get coordinates, region, and historical context. Automatically handles historical Dutch spellings and aliases.
Instructions
Look up a historical place name in the VOC gazetteer.
Returns coordinates (lat/lon), region classification, and historical context for a place name mentioned in voyage or wreck records. Handles historical spellings and aliases automatically.
Args: name: Place name to look up (e.g., "Batavia", "Texel", "Abrolhos", "Kaap de Goede Hoop"). Supports historical Dutch spellings and modern equivalents. output_mode: Response format - "json" (default) or "text"
Returns: JSON or text with coordinates, region, and historical notes
Tips for LLMs: - Use this after reading a voyage's 'particulars' field to geocode places mentioned in the text - Handles common VOC-era place names and their modern equivalents (e.g., "Batavia" -> Jakarta, "Formosa" -> Taiwan) - The 'region' field matches the regions used by maritime_search_wrecks and maritime_get_statistics - Coordinates are approximate centres for historical locations - Use maritime_list_locations to browse available places by region or type - Combine with maritime_assess_position to evaluate position accuracy for a given location and time period
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| output_mode | No | json |