Skip to main content
Glama

URL path length, URL discarded

geo-hint

Latitude and longitude for a place 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/5.0
Behavior2/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 discloses an external service (Open-Meteo) but says nothing about side effects, rate limits, or the fact that most inputs are 'discarded after the call.' The description doesn't explain what actually happens to the inputs.

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?

A single concise sentence with no waste, but it is under-specified rather than efficiently concise. It fails to convey the actual scope of the tool, so brevity comes at the cost of correctness.

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?

With 9 heterogeneous parameters, no output schema, and no annotations, the description explains none of them. Worse, the stated purpose (lat/long lookup) maps to zero parameters, so the agent has no way to understand how the inputs relate to the claimed output. Severely inadequate.

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 parameters are individually described in the schema, but the description adds zero meaning for any of them. More importantly, the description's stated purpose does not explain why 9 unrelated parameters exist or how to pick among them, so the agent cannot map inputs to the claimed behavior.

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

Purpose2/5

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

States a specific verb+resource ('Latitude and longitude for a place via Open-Meteo'), but this contradicts the schema, which has nine parameters with nothing about latitude or longitude and no place input. The described purpose does not match the tool's actual inputs, so an agent would be misled about what to pass.

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 on when to use this tool versus the 29 siblings (weather-hint, timezone, validate-json, normalize-url, etc.) which overlap heavily with the schema's parameters. No exclusions or alternative routing provided.

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.