Skip to main content
Glama
cmer81

Open-Meteo MCP Server

by cmer81

marine_weather

Get marine weather forecasts including wave height, wave period, wave direction, and sea surface temperature for specific coordinates to plan maritime activities.

Instructions

Get marine weather forecast including wave height, wave period, wave direction and sea surface temperature.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
latitudeYesLatitude in WGS84 coordinate system
longitudeYesLongitude in WGS84 coordinate system
hourlyNoMarine weather variables to retrieve
dailyNoDaily marine weather variables to retrieve
timezoneNoTimezone for timestamps
past_daysNoInclude past days data
forecast_daysNoNumber of forecast days
Behavior2/5

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

No annotations are provided, so the description carries full burden for behavioral disclosure. It states the tool retrieves forecast data but doesn't describe critical behaviors: whether it's a read-only operation, requires authentication, has rate limits, returns real-time or historical data, or how forecasts are generated. The mention of 'forecast' implies future data, but behavioral context is minimal.

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

Conciseness5/5

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

The description is a single, efficient sentence that front-loads the core purpose without unnecessary words. Every element ('Get marine weather forecast including...') directly contributes to understanding the tool's function. There's zero waste or redundancy.

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

Completeness3/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 (7 parameters, no output schema, no annotations), the description is minimally adequate. It states what the tool does but lacks context about behavioral traits, usage compared to siblings, or output format. Without annotations or output schema, the description should ideally provide more operational context, but it meets a basic threshold for a data retrieval tool.

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

Parameters3/5

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

Schema description coverage is 100%, so the schema fully documents all 7 parameters. The description adds no parameter-specific semantics beyond implying location-based queries through 'marine weather forecast'. It lists example data points (wave height, period, etc.) that correspond to 'hourly' enum values, but this doesn't provide additional meaning beyond what the schema already specifies with its enum arrays and descriptions.

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

Purpose4/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 marine weather forecast including wave height, wave period, wave direction and sea surface temperature.' It specifies the verb ('Get') and resource ('marine weather forecast') with concrete examples of data points. However, it doesn't explicitly differentiate from sibling weather tools like 'weather_forecast' or 'dwd_icon_forecast' beyond mentioning 'marine' focus.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives. With multiple sibling tools for weather, climate, and forecasts (e.g., 'weather_forecast', 'ensemble_forecast', 'climate_projection'), there's no indication of when this marine-specific tool is appropriate or what distinguishes it from general weather tools. Usage is implied by the 'marine' keyword but not explicitly stated.

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/cmer81/open-meteo-mcp'

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