maritime_search_musters
Search historical VOC muster records from Asian waters to find ship crew composition, wages, and staffing data for vessels between 1691 and 1791.
Instructions
Search GZMVOC ship-level muster records from Asian waters.
Queries the Generale Zeemonsterrollen VOC database containing ship crew composition, wages, and staffing data from VOC ships stationed in Asia, 1691-1791. Complements VOC Opvarenden which records departures from the Netherlands.
Args: ship_name: Ship name or partial name (case-insensitive) captain: Captain name or partial name date_range: Date range as "YYYY/YYYY" or "YYYY-MM-DD/YYYY-MM-DD" location: Muster location (e.g., Batavia, Makassar, Ceylon) das_voyage_id: Link to a specific DAS voyage identifier year_start: Filter musters from this year onward year_end: Filter musters up to this year max_results: Maximum results per page (default: 50, max: 500) cursor: Pagination cursor from a previous result's next_cursor field output_mode: Response format - "json" (default) or "text"
Returns: JSON or text with matching muster records and pagination metadata
Tips for LLMs: - Musters record crew composition at Asian ports, not departures - Use location to filter by port (Batavia, Makassar, Colombo, etc.) - Use year_start/year_end for temporal queries within 1691-1791 - Cross-link to DAS voyages using das_voyage_id field - Follow up with maritime_get_muster for full crew breakdown - Use maritime_compare_wages to analyze wage trends over time
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ship_name | No | ||
| captain | No | ||
| date_range | No | ||
| location | No | ||
| das_voyage_id | No | ||
| year_start | No | ||
| year_end | No | ||
| max_results | No | ||
| cursor | No | ||
| output_mode | No | json |