maritime_get_statistics
Compute aggregate statistics on VOC shipping losses, including total losses, lives lost, and cargo value, with breakdowns by region, cause, status, and decade.
Instructions
Get aggregate statistics across maritime archives.
Computes summary statistics for VOC shipping losses including total losses, lives lost, cargo value, and breakdowns by region, cause, status, and decade.
Args: archive: Restrict to a specific archive (default: all) date_range: Date range as "YYYY/YYYY" (default: 1595-1795) group_by: Grouping dimension (reserved for future use) output_mode: Response format - "json" (default) or "text"
Returns: JSON or text with aggregate statistics
Tips for LLMs: - Use date_range to focus statistics on a specific period (e.g., "1700/1750" for the early 18th century) - The response includes losses_by_region, losses_by_cause, losses_by_status, and losses_by_decade breakdowns - Total cargo_value_guilders_total gives the aggregate value of goods lost in all matched wrecks - Compare decades to identify trends in shipping safety - Compare regions to identify the most dangerous routes
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| archive | No | ||
| date_range | No | ||
| group_by | No | ||
| output_mode | No | json |