maritime_compare_wages
Compare historical maritime crew wages between two time periods. Calculate mean, median wages and percentage difference using aggregate muster data (1691-1791) or individual crew records (1803-1837).
Instructions
Compare crew wage distributions between two time periods.
Calculates mean and median wages for two year ranges and reports the percentage difference. Can use GZMVOC aggregate muster data (1691-1791) or MDB individual crew records (1803-1837).
Args: group1_start: Start year for first comparison group group1_end: End year for first comparison group group2_start: Start year for second comparison group group2_end: End year for second comparison group rank: Optional rank filter (e.g., matroos, stuurman) origin: Optional place of origin filter (MDB crews only) source: Data source - "musters" for GZMVOC aggregate data, "crews" for MDB individual records output_mode: Response format - "json" (default) or "text"
Returns: JSON or text with wage comparison statistics
Tips for LLMs: - Use source="musters" for VOC Asian muster data (1691-1791) - Use source="crews" for post-VOC individual records (1803-1837) - The difference_pct shows group2 relative to group1 - Combine with rank filter to compare wages for specific roles - origin filter only works with source="crews" (MDB records) - Consider inflation: guilder purchasing power changed over time
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group1_start | Yes | ||
| group1_end | Yes | ||
| group2_start | Yes | ||
| group2_end | Yes | ||
| rank | No | ||
| origin | No | ||
| source | No | musters | |
| output_mode | No | json |