Skip to main content
Glama
aristath

EMY Weather MCP Server

by aristath

Server Quality Checklist

67%
Profile completionA complete profile improves this server's visibility in search results.
  • Latest release: v0.1.0

  • Disambiguation5/5

    Each tool targets a distinct weather data type: alerts (CAP format), climate records (historical extremes), forecasts (short-term per location), marine bulletin, text warnings, and location listing. Overlap between alerts and warnings is mitigated by clear descriptions of format differences.

    Naming Consistency5/5

    All tool names consistently use snake_case with 'get_' or 'list_' prefixes, and each clearly indicates the resource (e.g., get_alerts, list_locations). No mixed conventions or ambiguous verbs.

    Tool Count5/5

    With 6 tools covering forecasts, alerts, warnings, marine, climate records, and location listing, the set is well-scoped for a national weather service. Each tool serves a clear purpose without redundancy.

    Completeness4/5

    The tool surface covers core weather data needs: forecasts, alerts, warnings, marine, and climate extremes. Missing a dedicated current conditions tool, but forecast provides daily summary. Otherwise, no significant gaps for its domain.

  • Average 4/5 across 6 of 6 tools scored.

    See the Tool Scores section below for per-tool breakdowns.

    • No community issues in the last 6 months
    • 1 commit in the last 12 weeks
    • No stable releases found
    • No critical vulnerability alerts
    • No high-severity vulnerability alerts
    • No code scanning findings
    • CI status not available
  • This repository is licensed under MIT License.

  • This repository includes a README.md file.

  • No tool usage detected in the last 30 days. Usage tracking helps demonstrate server value.

    Tip: use the "Try in Browser" feature on the server page to seed initial usage.

  • Add a glama.json file to provide metadata about your server.

  • If you are the author, simply .

    If the server belongs to an organization, first add glama.json to the root of your repository:

    {
      "$schema": "https://glama.ai/mcp/schemas/server.json",
      "maintainers": [
        "your-github-username"
      ]
    }

    Then . Browse examples.

  • Add related servers to improve discoverability.

How to sync the server with GitHub?

Servers are automatically synced at least once per day, but you can also sync manually at any time to instantly update the server profile.

To manually sync the server, click the "Sync Server" button in the MCP server admin interface.

How is the quality score calculated?

The overall quality score combines two components: Tool Definition Quality (70%) and Server Coherence (30%).

Tool Definition Quality measures how well each tool describes itself to AI agents. Every tool is scored 1–5 across six dimensions: Purpose Clarity (25%), Usage Guidelines (20%), Behavioral Transparency (20%), Parameter Semantics (15%), Conciseness & Structure (10%), and Contextual Completeness (10%). The server-level definition quality score is calculated as 60% mean TDQS + 40% minimum TDQS, so a single poorly described tool pulls the score down.

Server Coherence evaluates how well the tools work together as a set, scoring four dimensions equally: Disambiguation (can agents tell tools apart?), Naming Consistency, Tool Count Appropriateness, and Completeness (are there gaps in the tool surface?).

Tiers are derived from the overall score: A (≥3.5), B (≥3.0), C (≥2.0), D (≥1.0), F (<1.0). B and above is considered passing.

Tool Scores

  • Behavior3/5

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

    Annotations are absent, so the description carries full burden. It discloses return format (text with Beaufort wind, sea state) and content (forecast + warnings), but lacks details on availability, update frequency, or any side effects. Adequate for a simple read tool.

    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 brief and well-structured: a clear opening sentence, followed by specific parameter info and return content. Every sentence adds value with no redundancy.

    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 presence of an output schema, the description adequately covers the tool’s functionality (returns forecast and warnings as text). A minor gap is the lack of mention of forecast validity period or update schedule, but overall sufficient.

    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%, but the description compensates by documenting the language parameter's allowed values ('en' or 'el') and its effect. This adds clarity beyond the bare schema, though further formatting details are omitted.

    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?

    The description clearly states the tool retrieves the marine weather bulletin for Greek seas (METAREA 3), specifying a distinct geographical scope. While it does not explicitly contrast with sibling tools, the domain and purpose are unambiguous.

    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 is provided on when to use this tool versus siblings like get_alerts, get_warnings, or get_forecast. The description implies use for marine weather but fails to address alternatives or exclusion criteria.

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

  • Behavior3/5

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

    No annotations are provided, so the description carries the full burden. It states the output includes value, date, and location, implying a read-only operation. However, it lacks details on data freshness, rate limits, or constraints. The behavior is adequately implied but not explicitly disclosed.

    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 two sentences, front-loaded with the core purpose and followed by a clear detail on record contents. No unnecessary words, perfect conciseness.

    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 zero parameters and an output schema (though not detailed), the description is nearly complete. It explains what records contain. However, it could mention if results are sorted or how extreme values are defined, but overall sufficient for a simple list tool.

    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?

    With zero parameters, the schema already covers all inputs. The description adds meaning by explaining the output format (value, date, location), which is not present in the empty schema. Baseline for no parameters is 4.

    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 the tool's purpose: retrieving all-time Greek climate extreme values for temperature, precipitation, and wind. It specifies the resource (climate records), scope (Greek), and time range (all-time), distinguishing it from siblings like get_forecast or get_alerts.

    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?

    The description provides no guidance on when to use this tool versus alternatives. With siblings like get_forecast and get_warnings, it fails to clarify scenarios where this historical climate data is appropriate or when to prefer sibling tools.

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

  • 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 explains the language fallback and active_only filtering behavior, and lists output fields. However, it misses potential details like rate limits or that data is real-time, and does not explicitly state it is a read-only operation.

    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 concise (6 lines), front-loaded with the main purpose, then details parameters, then output fields. Every sentence adds value with no redundancy.

    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 read tool with two optional parameters and an output schema, the description is fairly complete. It covers input and output details. Could be improved by mentioning that alerts are current or that no authentication is needed, but overall adequate.

    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?

    Schema description coverage is 0%, so the description fully explains both parameters. It specifies the allowed values for language ('en' or 'el') with fallback behavior, and explains that active_only drops expired alerts, adding significant meaning beyond the schema's defaults.

    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 'Get structured CAP weather alerts for Greece', specifying the verb (Get), resource (CAP weather alerts), and location (Greece). It is distinct from sibling tools like get_forecast or get_warnings by focusing on alert data.

    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?

    The description provides no guidance on when to use this tool versus alternatives, such as get_warnings. It does not mention use cases, prerequisites, or context for selection.

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

  • Behavior3/5

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

    No annotations are provided, so the description must fully disclose behavioral traits. It mentions the language restriction and return content, which is helpful. But it does not explicitly state that the tool is read-only, nor does it cover auth requirements, rate limits, or potential side effects—though for a simple get operation, this is acceptable.

    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 concise (4 sentences), front-loaded with the core purpose, and every sentence adds necessary detail (source, language constraint, return content). No superfluous information.

    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's simplicity (no parameters, no output schema required beyond description), the description fully covers what the tool does, its constraints, and what it returns. It is contextually complete for an agent to invoke correctly.

    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?

    The tool has zero parameters and schema coverage is 100%. Since there are no parameters, the description does not need to add meaning beyond what the schema provides. The description appropriately notes the absence of a language argument, which adds value beyond the schema.

    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?

    The description clearly states the tool retrieves EMY's national emergency weather bulletins as free text. It distinguishes itself from siblings by specifying the source and content type, though it doesn't explicitly differentiate from its closest sibling 'get_alerts'.

    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 clear usage context: bulletins are only in Greek and the tool takes no language argument. This helps the agent understand when to use it. However, it does not explicitly state when not to use it or offer alternative tools.

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

  • Behavior3/5

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

    With no annotations, the description carries full burden. It describes query behavior, prefecture filtering, and returns fields, but lacks details on pagination, rate limits, or authentication. The description is sufficient but not exhaustive.

    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 concise and well-structured: a clear one-line purpose, a labeled Args section, and a Returns statement. Every sentence adds value with no redundancy.

    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 3 parameters, no required, and an output schema, the description covers usage and expected returns. It could mention pagination behavior (e.g., if results are truncated beyond limit), but is otherwise complete for selection and invocation.

    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?

    Schema coverage is 0%, so description must compensate. It adds critical meaning: query is a name filter ranking by similarity, accepts Greek/Latin script, warns about English exonyms; prefecture is case-insensitive substring; limit is max results. This far exceeds minimal schema information.

    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 the tool lists EMY forecast locations (live directory, ~1035 points across Greece). The verb 'list' and resource are specific, and it distinguishes from siblings like get_forecast by mentioning alternative use for English exonyms.

    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?

    Provides clear guidance on using query vs prefecture, mentions query behavior (ranks by similarity, accepts Greek/Latin script), and suggests using get_forecast with coordinates for English exonyms. However, it does not explicitly exclude usage of other siblings like get_alerts or get_climate_records.

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

  • 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.

GitHub Badge

Glama performs regular codebase and documentation scans to:

  • Confirm that the MCP server is working as expected.
  • Confirm that there are no obvious security issues.
  • Evaluate tool definition quality.

Our badge communicates server capabilities, safety, and installation instructions.

Card Badge

EMY-MCP MCP server

Copy to your README.md:

Score Badge

EMY-MCP MCP server

Copy to your README.md:

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