Skip to main content
Glama
aristath

EMY Weather MCP Server

by aristath

get_forecast

Fetch a multi-day weather forecast for any Greek location by name, ID, or coordinates. Returns temperature, wind, precipitation probability, and sky conditions for today and up to three days.

Instructions

Get the EMY forecast (today + up to 3 days) for one location.

Resolve the location in ONE of three ways (most reliable first): * latitude + longitude : returns the nearest forecast point (best for English/exonym place names — resolve the name to coordinates first). * location_id : an exact EMY location id (from list_locations). * location : a name to match (Greek or Latin script).

Args: location: place name to match (e.g. "Korinthos", "Κόρινθος", "Athina"). location_id: exact EMY id. latitude, longitude: decimal degrees; returns the nearest point. days: optional cap on the number of forecast days returned.

Each day reports max/min temperature (°C), wind speed (m/s) and direction, precipitation probability (%), and a summarised sky condition. The response echoes which location was matched (with distance/score and alternatives) so the caller can confirm or refine.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
daysNo
latitudeNo
locationNo
longitudeNo
location_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations, the description carries full burden. It explains input resolution behavior (returns nearest point for coordinates, matches by name) and output structure (temperature, wind, precipitation, sky condition). It mentions echoing the matched location for confirmation. Lacks explicit statement about read-only or idempotency, but the forecast nature implies safety.

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 well-structured: one-line summary, numbered resolution methods, args list, output summary. It is slightly lengthy but every sentence adds value. Formatting (newlines, bullets) aids readability. Could be trimmed slightly, but overall efficient.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool has 5 optional parameters, no enums, and an output schema exists, the description covers all key aspects: location resolution options, output fields, and response echoing. It explicitly mentions the forecast range (today+3 days). It does not require additional details like timezone or date format, as the output schema likely covers them. The description is complete for an agent to correctly invoke the tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Input schema has 0% description coverage, so the description must compensate. It fully explains each parameter: location (with Greek/Latin examples), location_id (reference to list_locations), latitude/longitude (decimal degrees, returns nearest point), days (optional cap). It adds ordering advice (most reliable first) and example values, adding significant value beyond the schema.

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 clearly states it retrieves the EMY forecast for a single location for today plus up to 3 days. It specifies three distinct resolution methods (lat/lng, location_id, location name) and distinguishes itself from sibling tools like get_alerts or get_warnings which deal with alerts, not forecasts.

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 provides detailed guidance on how to resolve the location using three methods, ranked by reliability, and gives tips (e.g., 'best for English/exonym place names'). It also explains output details like echoed location matching. However, it does not explicitly state when not to use the tool or point to alternatives like get_alerts for warnings.

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/aristath/EMY-MCP'

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