Skip to main content
Glama

slovenia-weather

Current weather observation from the nearest ARSO surface station to given coordinates. Returns temperature, humidity, wind, precipitation, and snow depth. Data is live from meteo.arso.gov.si.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
latYesLatitude in decimal degrees (WGS84), e.g. 46.0511
lonYesLongitude in decimal degrees (WGS84), e.g. 14.5051
fullNoReturn full observation record including soil profile temperatures, hydrology, webcam URL, and quality flags.
countNoNumber of nearest stations to return (default: 1). Returns {results:[...]} array when count > 1.
radiusNoRestrict results to stations within this radius in km. Returns error if none found.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

C2.9/5.0
Behavior2/5

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

With no annotations, the description must fully disclose behavior. It mentions live data source and some return fields, but does not discuss rate limits, caching, geographic restrictions (Slovenia only), error conditions, or required permissions. Under-specified for a live data tool.

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?

Two concise sentences that front-load the core functionality and data source. However, could be slightly more structured (e.g., separated output fields from data source) without adding length.

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 no output schema, the description partially covers return fields but omits error handling, pagination behavior, or station selection details. Adequate for a simple weather tool, but not exhaustive.

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%, so each parameter has a description. The tool's description does not add explanatory value beyond what the schema already provides, maintaining baseline score.

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?

Clearly states the tool provides current weather observation from the nearest ARSO station to given coordinates, listing returned fields (temperature, humidity, etc.). The name 'slovenia-weather' and description imply geographic scope, which helps distinguish it from siblings like 'hikes-trails' or generic geo tools, but lacks an explicit verb-action statement.

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?

No guidance on when to use this tool versus alternatives (e.g., other Slovenia tools or generic weather sources). Does not specify prerequisites, coordinate bounds, or situations where it might fail.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources