Skip to main content
Glama

iana-zones

Common IANA timezone names for clock calls.

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

D1.1/5.0
Behavior1/5

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

No annotations were provided, and the description offers no insight into side effects, permissions, data mutability, or return behavior. The phrase 'for clock calls' is cryptic and does not clarify whether this tool reads, validates, or returns data. There is no mention of what happens to the input or what the output looks like.

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

Conciseness2/5

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

The description is extremely short (one sentence), which is concise in word count, but it lacks essential information about the tool's function. While there is no verbosity, the extreme brevity results in an unclear and under-specified description. A concise description should still be informative; this one is not.

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?

Given the absence of an output schema, annotations, and any explanatory detail, the description is far from complete. It does not state what the tool returns, what the input parameters represent in the context of the tool's purpose, or how it relates to sibling tools. An agent cannot reliably understand or invoke this tool based on the provided information.

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

Parameters1/5

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

Although the schema provides descriptions for all 9 parameters, they are generic and appear contextually mismatched with the stated purpose of 'timezone names'. For example, 'ref' is described as a 'Git ref name; discarded after the shape check', and 'query' as 'Search text; discarded after the length check', suggesting a validation or normalization tool rather than a timezone lookup. The parameter descriptions do not add meaningful semantics that align with any coherent operation.

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

Purpose1/5

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

The description 'Common IANA timezone names for clock calls' is a noun phrase with no action verb, providing no indication of what the tool actually does (e.g., list, validate, transform). It does not distinguish itself from sibling tools like timezone or utc-time, and the parameter names (ref, url, city, etc.) are unrelated to timezone names, making the purpose even more confusing.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines1/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

There is no guidance on when to use this tool versus alternatives. The description does not mention any conditions, preconditions, or typical use cases, and it does not reference sibling tools that might be more appropriate. An agent would have no idea when to invoke this over timezone or other related tools.

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.