Skip to main content
Glama

Get station observation

get_station_observation

Retrieve the last 12 hours of hourly weather observations from any AEMET automatic weather station, including temperature, wind, and precipitation.

Instructions

Get the last ~12 hours of hourly conventional observation data (temperature, wind, precipitation, etc.) for a specific AEMET automatic weather station.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idemaYesAEMET automatic weather station indicator (idema), e.g. 3195 for Madrid-Retiro. Find station codes in the AEMET station catalogue.
Behavior3/5

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

With no annotations, the description provides some behavioral context by disclosing the time window (~12 hours) and data types (temperature, wind, etc.). It does not mention potential error responses, data availability limitations, or return format details, which would increase transparency.

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, well-structured sentence that front-loads the verb and resource, then adds specific detail. It is concise and every word adds value.

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 simplicity (one parameter, no output schema), the description is largely complete: it explains what data is returned and for which time period. It could be enhanced by stating that the result is a list of hourly observations, but this is implied by 'hourly... data.'

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 coverage is 100% with a clear description of the idema parameter including example. The description adds no extra parameter semantics beyond what the schema already provides, 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 uses a specific verb 'Get' and identifies the resource clearly: hourly conventional observation data for a specific AEMET station. It distinguishes this tool from siblings (forecast, warnings) by focusing on observed data over a defined time window.

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 clearly indicates that this is for past observation data (last ~12 hours) for a specific station, which implicitly differentiates it from forecast and warning tools. However, it does not explicitly mention when not to use it or name alternatives.

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/mmillan76/aemet-mcp'

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