maritime_list_locations
Search or browse historical VOC-era locations by name, region, or type. Get coordinates and region classifications for ports, islands, and more.
Instructions
Search or browse the VOC historical gazetteer.
Returns a list of known VOC-era locations with coordinates and region classifications. Use filters to narrow results.
Args: query: Text to search in place names, aliases, and notes (case-insensitive substring match) region: Filter by region. Options: north_sea, atlantic_europe, atlantic_crossing, cape, mozambique_channel, indian_ocean, malabar, coromandel, ceylon, bengal, malacca, indonesia, south_china_sea, japan, caribbean location_type: Filter by type. Options: port, island, cape, anchorage, waterway, coast, channel, region max_results: Maximum results (default: 50) output_mode: Response format - "json" (default) or "text"
Returns: JSON or text with matching locations
Tips for LLMs: - Call without filters to see all available locations - Use region filter to find all ports/islands in a specific area - Use location_type="port" to find VOC trading posts - Use query to search by historical or modern name - The 'region' values match those used in maritime_search_wrecks - Follow up with maritime_lookup_location for full details on a specific place
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | ||
| region | No | ||
| location_type | No | ||
| max_results | No | ||
| output_mode | No | json |