Skip to main content
Glama

get_town_weather

Current conditions plus a 24-hour hourly forecast AND a 7-day daily outlook for any of Puerto Rico's 78 municipalities, by slug (e.g. 'san-juan', 'ponce', 'rio-grande'). Hourly temperature (°F), wind (mph + direction) and conditions; daily high/low, rain chance and amount, peak wind, UV, sunrise/sunset — from Open-Meteo via 787daily's cached endpoint.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
townYesMunicipio slug, lowercase and hyphenated: 'san-juan', 'aguas-buenas', 'mayaguez'

Schema Changelog

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

  1. Changed1 schema field changed
    • changedInput schema / $schema
      Previous value: -"http://json-schema.org/draft-07/schema#"New value: +"https://json-schema.org/draft/2020-12/schema"
  2. Added

TDQS

A4.5/5.0
Behavior4/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 transparently discloses the data source (Open-Meteo via 787daily's cached endpoint), the exact return content (hourly temperature, wind, conditions, daily high/low, rain chance, UV, sunrise/sunset), and the required slug format. It does not discuss error behavior, freshness, or rate limits, but for a read-only weather lookup the main behavioral traits are well covered.

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 information-dense but well organized: it front-loads the core deliverable (current plus hourly plus daily), then enumerates the key metrics, and closes with the data source. Every clause adds useful context, and the length is justified by the amount of return detail described.

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 single parameter, the fully documented schema, and the absence of an output schema, the description is complete enough for an agent to understand what the tool returns and how to invoke it. It covers the input domain, the output structure, the units, and the data source, leaving no critical gap for correct selection and use.

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 description coverage is 100%, so the baseline is 3. The description adds value by explicitly stating that the parameter covers all 78 municipalities and by reinforcing the slug format with real examples, helping the agent understand valid inputs beyond the schema text.

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 names a specific verb and resource ('get' weather for any of Puerto Rico's 78 municipalities) and clearly differentiates the tool's scope: current conditions plus a 24-hour hourly forecast and a 7-day daily outlook. It also gives concrete slug examples, making the tool easy to distinguish from siblings like get_conditions or get_by_municipality.

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 context for when to use the tool: any time weather data for a Puerto Rican municipality is needed, keyed by slug. It does not explicitly name alternatives or exclusion criteria, but the detailed scope and input format make the usage context obvious.

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

A4/5.0
Disambiguation4/5

Most tools have clearly distinct purposes: ask synthesizes answers, search_news does semantic retrieval, keyword_search_news does keyword matching, and the get_/list_ tools target specific data types. However, search_pr_news is a redundant alias, and get_by_entity vs get_by_municipality overlap on place queries, creating minor ambiguity.

Naming Consistency3/5

Tool names use a mix of prefixes (get_, list_, search_) and include a bare verb (ask), which is not fully consistent. The legacy alias search_pr_news further deviates from the pattern, though the rest are readable and predictable.

Tool Count5/5

With 13 tools spanning news, Q&A, weather, cost-of-living, and safety, the count fits the server's broad purpose without being excessive. Each major domain has dedicated tools, and despite one redundant alias, the set remains well-scoped.

Completeness4/5

The tool set covers article discovery, synthesis, weather, demographics, and safety statistics, providing solid domain coverage. Minor gaps include no full-text article retrieval and no dedicated section browsing, but summaries and links make these workable.

Resources