Skip to main content
Glama
kthys

irm-kmi-mcp Belgium Weather

Hourly Forecast

hourly_forecast

Get an hourly weather forecast for any location in Belgium, covering temperature, precipitation, pressure, and wind for up to 49 hours.

Instructions

Return an hourly weather forecast for a location in Belgium.

Covers temperature, precipitation, pressure and wind. Every row carries an absolute time (ISO-8601, Brussels time).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hoursNoNumber of hours to return, clamped to ``[1, 49]``.
communeNoMunicipality name, e.g. "Namur", "Bruxelles".
latitudeNoWGS84 latitude; use with ``longitude`` instead of ``commune``.
longitudeNoWGS84 longitude; use with ``latitude`` instead of ``commune``.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.1.0

TDQS

A4/5.0
Behavior4/5

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

With no annotations, the description carries the behavioral disclosure burden. It adds useful behavior beyond the schema: covered variables, per-row absolute time, ISO-8601 format, and Brussels timezone. It does not detail units or error behavior, but the output schema likely covers return structure.

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?

Three short sentences with no filler: purpose, covered metrics, and time format. Each sentence supplies distinct, useful information and the most important scoping detail is front-loaded.

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 output schema exists and all parameters are fully documented, the description is nearly complete. It explains what the forecast contains and how time is represented. It could be stronger by explicitly addressing location resolution between commune and coordinates, though the schema already hints at it.

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 already documents commune, latitude/longitude, and hours including the clamping range. The description adds no parameter-specific meaning, 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 opens with a specific verb and resource: 'Return an hourly weather forecast for a location in Belgium.' The temporal scope 'hourly' clearly distinguishes it from siblings like daily_forecast and current_conditions, and the Belgium scope narrows the domain.

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 when fine-grained hourly data is needed, but it never explicitly tells the agent when to choose this over daily_forecast or current_conditions. No when-not or alternative guidance is provided, only an implied temporal fit.

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

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/kthys/irm-kmi-mcp'

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