Skip to main content
Glama

Compare climate normals and comfortable days

compare_climate
Read-onlyIdempotent

Monthly climate normals from ERA5 reanalysis (2015-2024) via Open-Meteo: mean daily maximum and minimum temperature, average monthly rainfall, and a count of comfortable days. Pass city (slug) or country (alpha-2) for one place's twelve months — a country answers through a named representative city, because a country does not have one climate. Otherwise cities are ranked by comfortable days, for a single month (1-12) or across the year; the seasonal question is the one people actually have, and an annual total hides it. A comfortable day has a maximum between 18 and 27 C with under 1 mm of rain — a STATED PREFERENCE, not an objective measure: it is temperate-biased and scores hot destinations low on terms they did not agree to, so mean maximum and rainfall travel with every row for callers who want to rank on those instead. ERA5 is reanalysis rather than station observation, which makes it complete and comparable across countries.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cityNoCity slug (e.g. "lisbon"). Returns that city's twelve months.
limitNoReturn at most this many cities.
monthNoRank a single month. Omit to rank on the whole year.
countryNoISO alpha-2. Returns the representative city's months, naming which city.
minComfortDaysNoFilter: minimum comfortable days in the ranked window.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okNo
cityNo
rowsNo
monthNo
updatedNo

TDQS

A4.6/5.0
Behavior5/5

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

Beyond the read-only/idempotent/non-destructive annotations, the description discloses key behavioral traits: the comfortable-day definition is a stated, temperate-biased preference rather than an objective measure, the data is reanalysis rather than station observations, and country queries return a named representative city. It also explains that mean maximum temperature and rainfall travel with each row, which is important context for callers who want alternative ranking criteria.

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 dense but not bloated; every sentence contributes substantive information. It front-loads the core purpose, then explains modes, then the comfort-day caveat and data source. It is a bit longer than strictly necessary, but the additional context about temperate bias and reanalysis data earns its place.

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 complexity, the rich output schema, and the read-only annotations, the description is complete. It covers data provenance, metric definitions, mode selection, country handling, and ranking behavior. Minor edge cases like what happens if both `city` and `country` are supplied are not addressed, but they are well-covered by the schema and not essential for correct invocation.

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 input schema already covers all five parameters at 100% coverage, providing a baseline of 3. The description adds meaningful semantic context beyond the schema: the distinction between returning a single place's months versus ranking cities, the representative-city behavior for `country`, the meaning of omitting `month`, and the subjective definition of comfortable days. This pushes the score above baseline.

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 identifies the tool's function: retrieving monthly climate normals and comfortable-day counts from ERA5/Open-Meteo. It distinguishes itself from sibling comparison tools by specifying the data source, metrics, and modes (city/country vs. ranked cities), so an agent understands what this tool uniquely offers.

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 explains when to pass `city` or `country` versus when cities will be ranked, and why a country resolves through a representative city. It also gives guidance on choosing month-level vs. annual ranking. It does not explicitly name alternative tools or state when not to use this tool, but the mode-based instructions are clear enough for most selection scenarios.

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.

TDQS

A3.9/5.0
Disambiguation3/5

Several tools occupy adjacent territory: check_travel_residency explicitly supersedes check_residency, check_schengen, and check_tax_residency_risk, and the cost-of-living family (arrival_cost, compare_total_cost, compare_housing, estimate_micro_costs, calculate_ppp, localize_salary) has overlapping price-level concepts. The detailed descriptions mostly clarify boundaries, but an agent selecting by name alone could easily pick the wrong residency or cost tool.

Naming Consistency4/5

Most tools follow a clean verb_noun snake_case pattern with recognizable prefixes (compare_*, check_*, find_*, calculate_*), which makes the set predictable. Deviations like arrival_cost, passport_power, required_rate, and the acronym-heavy calculate_ppp keep it from being perfectly uniform.

Tool Count3/5

26 tools is a heavy surface, and at least three of the check_* tools are explicitly superseded by check_travel_residency, adding redundant weight. The broad geo-arbitrage/nomad domain justifies much of the breadth, but the set feels closer to a full toolkit than a focused server.

Completeness4/5

The toolset covers the core remote-work and geo-arbitrage decision space: cost of living, purchasing power, tax residency risk, nomad visas, housing, healthcare, climate, connectivity, holidays, salary localization, FIRE, livability, and even team timezone planning. Gaps are minor—no family-size cost tool, no immigration/citizenship pathway data, and no dedicated safety/crime dataset beyond the livability composite—but agents can work around them.

Resources