maritime_get_muster
Get full details of a ship's muster record: crew by rank, captain, wages, total European and Asian crew, and linked voyage ID.
Instructions
Get full details for a specific ship muster record.
Returns the complete GZMVOC muster record including ship name, captain, crew composition by rank, total European and Asian crew, aggregate wages, and linked DAS voyage ID.
Args: muster_id: Muster record identifier (e.g., "dss_muster:0001") output_mode: Response format - "json" (default) or "text"
Returns: JSON or text with full muster record details
Tips for LLMs: - Use maritime_search_musters first to find the muster_id - ranks_summary shows crew counts per rank (Dutch names) - total_european + total_asian = total_crew - mean_wage_guilders is the average monthly wage across all crew - If das_voyage_id is set, use maritime_get_voyage to get voyage context - Compare with maritime_search_crew archive="dss" for individual MDB crew records from the post-VOC era (1803-1837)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| muster_id | Yes | ||
| output_mode | No | json |