Skip to main content
Glama
wolkwork

KNMI Weather MCP

by wolkwork

what_is_the_weather_like_in

Retrieve and interpret current weather conditions for any location in the Netherlands. Get a natural language summary of temperature, humidity, wind speed, and other metrics.

Instructions

Get and interpret weather data for a location in the Netherlands

Args:
    location: City or place name in the Netherlands
Returns:
    A natural language interpretation of the current weather conditions

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
locationYes
Behavior2/5

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

With no annotations provided, the description carries full burden for behavioral traits. It states the tool returns a natural language interpretation, which is helpful, but it omits critical details like whether the call is read-only, required permissions, or any side effects. The description is basic and lacks transparency beyond the immediate function.

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 concise, consisting of four short lines that front-load the main purpose. It avoids unnecessary words and is well-structured with an Args section. The brevity is appropriate for a simple tool, though it could be more structured with bullet points.

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?

Given the tool has only one parameter, no output schema, and no annotations, the description covers the essential aspects: what it does, the input (location), and the output (natural language interpretation). It also specifies the geographic scope. While it could mention error handling or rate limits, for a simple weather tool the completeness is sufficient.

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 only provides the parameter name and type (string). The description adds meaningful context: 'location: City or place name in the Netherlands' specifies the format and geographic scope. This compensates for the 0% schema description coverage and helps the agent understand the expected input.

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 gets and interprets weather data for a location in the Netherlands. The verb 'get and interpret' combined with the resource 'weather data' makes the purpose specific. It distinguishes from siblings like 'get_location_weather' by emphasizing interpretation and geographic scope, though the difference is not explicitly clarified.

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 does not provide any guidance on when to use this tool versus alternatives such as 'get_location_weather'. No conditions for use or exclusions are mentioned. The phrase 'for a location in the Netherlands' implies geographic limitation but does not address when to choose this over sibling tools.

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/wolkwork/knmi-mcp'

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