Skip to main content
Glama
AronSoldok

weather_mcp

by AronSoldok

get_forecast

Get a 7-day weather forecast by entering a city name in Russian or English. Returns temperature, precipitation, and wind data to plan ahead.

Instructions

7-дневный прогноз по названию города (кириллица или латиница).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cityYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
cityYes
daysNo
countryYes
latitudeYes
timezoneYes
longitudeYes

Schema Changelog

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

  1. First observedv0.1.0

TDQS

A4/5.0
Behavior3/5

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

No annotations are provided, so the description carries the behavioral disclosure burden. It does disclose the forecast horizon and accepted input script, but it does not mention possible limitations, error behavior, timezone considerations, or data source. The description is not misleading but is minimal.

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?

A single compact sentence that front-loads the core semantics and the input requirement. There is no redundancy or filler; every part contributes useful information.

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?

For a simple one-parameter tool with an output schema, the description covers the essential input and output semantics. Minor gaps like units, city ambiguity, or error behavior are not addressed, but the tool's simplicity and the presence of an output schema keep these gaps acceptable.

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?

Schema coverage is 0%, so the description must compensate. It adds meaning by clarifying that the city value is a name (rather than an ID) and explicitly supports both Cyrillic and Latin script. This goes beyond the bare string type in the schema, though it doesn't specify additional formatting or disambiguation details.

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 states a clear verb and resource: it returns a 7-day forecast for a given city name. It is specific and unambiguous, and the additional script hint (Cyrillic or Latin) further sharpens the purpose.

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?

There are no sibling tools or explicit when/when-not guidance, but the description implies the intended use: whenever a 7-day city forecast is needed. This is adequate for a simple single-purpose tool but leaves the agent to infer the context.

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/AronSoldok/Checking_weather_MCP'

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