Skip to main content
Glama
IBM

Chuk MCP Maritime Archives

by IBM

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

TableJSON Schema
NameRequiredDescriptionDefault
archiveNo
date_rangeNo
group_byNo
output_modeNojson
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description takes on the full burden. It explains the tool computes summary statistics and lists the breakdowns in the response (losses_by_region, losses_by_cause, etc.), but does not disclose potential side effects, rate limits, or authentication needs. It accurately describes the read-only nature implicitly.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with a clear opening, bullet-like lists for computed statistics and parameters, and dedicated tips. Though somewhat lengthy, every section adds value and no information is redundant. It could be slightly shortened but remains effective.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's moderate complexity (4 parameters, no output schema), the description is complete. It covers what the tool does, what parameters mean, and what the response contains. Tips for LLMs provide actionable guidance (e.g., comparing decades or regions). No missing critical information.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 0%, yet the description provides detailed explanations for all 4 parameters: archive (default all), date_range (format YYYY/YYYY, default 1595-1795), group_by (reserved), output_mode (json or text, default json). Tips further illustrate usage (e.g., 'Use date_range to focus statistics'). This fully compensates for the schema gap.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: 'Get aggregate statistics across maritime archives' and specifies it computes summary statistics for VOC shipping losses. This differentiates it from sibling tools that focus on individual records or specific aspects.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies the tool is for aggregate summaries rather than detailed records, but it does not explicitly state when to use this tool versus alternatives like maritime_search_vessels or maritime_get_voyage. No exclusion criteria or alternative tools are mentioned.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/IBM/chuk-mcp-maritime-archives'

If you have feedback or need assistance with the MCP directory API, please join our Discord server