Skip to main content
Glama

Pacific/Galapagos clock

weather-hint

Current temperature for a city via Open-Meteo.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
refNoGit ref name; discarded after the shape check
urlNoHTTPS URL to normalize or cite
cityNoCity name for a public weather hint; discarded after the call
feedNoPublic RSS or Atom URL; titles discarded
hostNoPublic hostname
jsonNoJSON text to validate; discarded after the check
pathNoFile path to check; no disk access
zoneNoIANA timezone name
queryNoSearch text; discarded after the length check

Schema Changelog

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

  1. First observed

TDQS

C2.3/5.0
Behavior2/5

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

With no annotations provided, the description carries the full disclosure burden, and it falls short. It reveals an external dependency (Open-Meteo) but says nothing about failure behavior, response format, rate limiting, or required inputs. Critically, it hides the tool's apparent multi-mode nature by describing only the weather function while 8 other documented parameters exist, leaving the agent to discover them via schema inspection.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The single sentence is structurally efficient and front-loaded with the core purpose, earning credit for brevity. However, this is under-specification rather than genuine conciseness — the description is short because it omits essential information about the tool's other modes and usage, not because it is tightly packed with meaning.

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

Completeness1/5

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

For a tool with 9 parameters, no annotations, and no output schema, this description is seriously incomplete. It does not explain what the 8 non-weather parameters do, how the agent should choose among modes, or what the return value looks like. Given the complexity of the schema and the absence of any structured behavioral hints, the description fails to provide a usable picture of the tool.

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

Parameters2/5

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

Schema coverage is 100%, so the baseline is 3, but the description actively undermines clarity by mentioning only 'city' while the schema contains 8 additional documented parameters that are not weather-related. The description neither explains what these other modes do nor how they relate to the stated purpose, so it fails to add semantic value and instead introduces confusion.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific function (current temperature) for a resource (city) via a named source (Open-Meteo), which is clear on its face. However, it conflicts with the input schema: 8 of the 9 parameters (ref, url, feed, host, json, path, zone, query) are unrelated to weather, suggesting the tool actually serves multiple modes the description does not acknowledge. It does not meaningfully distinguish itself from geographically-adjacent siblings like geo-hint or timezone.

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 given for when to use this tool versus the 27 listed siblings. There are no usage conditions, no exclusions, and no mention of the many other parameter modes implied by the schema. An agent has no way to know which of the 9 parameters to supply or when this tool is the right choice.

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.