maritime_get_archive
Retrieve detailed metadata for a specific maritime archive, including organisation, coverage period, record types, and access method. Use with known archive IDs like DAS, voc_crew, voc_cargo, or maarer.
Instructions
Get detailed metadata for a specific maritime archive.
Returns full information about the archive including organisation, coverage period, record types, citation, licence, and access method.
Args: archive_id: Archive identifier (das, voc_crew, voc_cargo, maarer) output_mode: Response format - "json" (default) or "text"
Returns: JSON or text with archive details
Tips for LLMs: - Use maritime_list_archives first to see valid archive IDs - DAS (Dutch Asiatic Shipping) is the primary source for voyages and vessels - voc_crew links to personnel muster rolls - voc_cargo links to trade goods manifests - maarer covers compiled wreck position data
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| archive_id | Yes | ||
| output_mode | No | json |