Skip to main content
Glama
LittleAndi

smhi-mcp-server

get_forecast

Get a 10-day weather forecast for any location in northern Europe. Returns detailed time series data on temperature, precipitation, and wind from latitude/longitude coordinates.

Instructions

Get the full ~10-day weather forecast for a location. Returns all time series data with detailed parameters. Coverage: Sweden, Norway, Finland, Denmark, Estonia, and parts of Latvia/Lithuania.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
latitudeYesLatitude of the location (-90 to 90)
longitudeYesLongitude of the location (-180 to 180)
Behavior3/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It mentions the return type ('all time series data') and coverage area, but omits details like units, error handling, or what 'detailed parameters' specifically include. Some behavior is transparent, but significant gaps remain.

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 succinct, front-loaded with the main action, and every sentence adds value: purpose, output nature, and coverage. There is no fluff or redundancy beyond minor overlap between 'full ~10-day' and 'all time series data'.

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

Completeness4/5

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

The tool has a simple schema with only two parameters and no output schema, so the description must convey the essential return behavior. It explains the forecast duration, that it returns comprehensive time series data, and the geographic coverage. This is largely sufficient for a weather forecast tool, though specifics like units or data fields would enhance completeness.

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%, with both latitude and longitude having clear descriptions of their ranges. The tool description adds no additional parameter semantics beyond the schema, so the baseline of 3 is appropriate.

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 gets a full ~10-day weather forecast for a location, using a specific verb ('Get') and resource ('weather forecast'). It also distinguishes from sibling tools by specifying 'full' and 'all time series data', which contrasts with current, hourly, and daily summary tools.

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 usage for when a complete forecast is needed and provides coverage constraints, but it does not explicitly mention alternatives or when not to use this tool. The sibling names are not referenced, so guidance is only implied.

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/LittleAndi/smhi-mcp-server'

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