Skip to main content
Glama
IBM

Chuk MCP Maritime Archives

by IBM

maritime_wind_direction_by_year

Extract year-by-year wind direction data from CLIWOC logbooks to detect ENSO signals and changes in trade wind patterns across 1662-1854.

Instructions

Year-by-year wind direction distributions from CLIWOC logbooks.

Returns 8-compass-sector wind direction distributions for each year, with ~97.5% coverage across the full 1662-1854 period. This makes it a powerful tool for detecting long-term atmospheric circulation shifts, including ENSO phases and Walker circulation changes.

Args: lat_min/lat_max/lon_min/lon_max: Bounding box filter nationality: Filter by nationality code year_start/year_end: Year range filter direction: "eastbound" or "westbound" month_start/month_end: Month filter (1-12, supports wrap-around) min_speed_km_day: Minimum speed filter (default: 5.0) max_speed_km_day: Maximum speed filter (default: 400.0) output_mode: Response format - "json" (default) or "text"

Returns: JSON or text with per-year sector distributions

Tips for LLMs: - Wind direction has 97.5% coverage (vs 17% for Beaufort force) - Covers full 1662-1854 period — ideal for ENSO detection - In trade wind belt (lat -30 to 30): expect E/SE dominance - During El Nino: trades weaken, may shift toward variable/W - During La Nina: trades strengthen, E/SE percentages increase - Compare sector percentages across known ENSO/neutral years - Use month_start=11, month_end=2 for peak ENSO season

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
lat_minNo
lat_maxNo
lon_minNo
lon_maxNo
nationalityNo
year_startNo
year_endNo
directionNo
month_startNo
month_endNo
min_speed_km_dayNo
max_speed_km_dayNo
output_modeNojson
Behavior4/5

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

No annotations are provided, so the description carries the full transparency burden. It discloses the return format (JSON or text), coverage (97.5%), and period (1662-1854), and explains behavioral traits like ENSO analysis. It lacks explicit mention of non-destructive nature, but the read-only intent is clear.

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

Conciseness3/5

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

The description is comprehensive but somewhat lengthy, with separate 'Args' and 'Tips' sections. It is well-structured and front-loaded with purpose, but could be more concise. However, every sentence adds value, so it earns a mid-range score.

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 absence of an output schema, the description explains return values ('per-year sector distributions') and provides extensive context on coverage, period, ENSO detection, and parameter usage. It fully compensates for missing annotations and schema details, making it complete for an AI agent.

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

Parameters4/5

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

The input schema has 0% description coverage, but the description lists all 13 parameters with brief explanations (e.g., 'Bounding box filter', 'Year range filter'), adding meaning beyond the raw schema. While not exhaustive, it covers each parameter's role sufficiently for an AI agent.

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 returns year-by-year wind direction distributions from CLIWOC logbooks, with a specific verb 'Returns' and resource '8-compass-sector wind direction distributions'. It distinguishes from siblings by focusing on wind direction and ENSO detection, a unique capability among the listed tools.

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

Usage Guidelines4/5

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

The description provides explicit usage guidance in the 'Tips for LLMs' section, including when to use (e.g., for ENSO detection, trade wind analysis) and contextual constraints (e.g., 97.5% coverage, 1662-1854 period). It does not explicitly state when not to use or name alternative tools, but the tips effectively guide selection.

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