maritime_crew_career
Reconstruct career histories of VOC crew members by searching name and optional origin. View chronological voyages, ranks held, career span, and final fate.
Instructions
Reconstruct career history for crew members matching a name.
Searches the VOC Opvarenden dataset for all records matching the given name, groups them by individual (using name + origin), and reconstructs each person's career chronologically.
Args: name: Name to search for (substring, case-insensitive) origin: Optional origin city to disambiguate (exact match) output_mode: Response format — "json" (default) or "text"
Returns: JSON or text with career reconstruction(s)
Tips for LLMs: - Common names may match multiple individuals; use origin to disambiguate - Look at ranks_held to see career progression (e.g. matroos -> stuurman -> schipper) - career_span_years shows how long someone served the VOC - final_fate shows how their career ended - Each voyage includes ship_name, rank, and embarkation_date
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| origin | No | ||
| output_mode | No | json |