Skip to main content
Glama

XML well-formed check, body discarded

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

B3.2/5.0
Behavior2/5

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

No annotations exist, so the description carries the full burden of behavioral disclosure. It only says 'common IANA timezone names', without stating whether this is a read-only lookup, what it returns, or what occurs when the tool is called. It does not contradict the schema, but it leaves the actual behavior largely unstated.

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 a short, front-loaded phrase with no fluff; the key terms 'IANA' and 'clock calls' appear immediately. It is terse almost to the point of under-specification, but it is still concise and easy to parse.

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

Completeness3/5

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

Given the tool's likely simple output (a list of common IANA zone names) and the fully documented input schema, the one-line description is a functional minimum. But with nine parameters and no output schema or annotations, the description is not sufficiently complete by itself; it does not explain what inputs are relevant or what results are returned.

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

Parameters3/5

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

Schema description coverage is 100%, and the `zone` property is reasonably aligned with the IANA-timezone purpose, so the baseline can hold. However, the description itself adds little to meaning: it does not explain the purpose of the many non-zone parameters, nor does it clarify how they relate to the stated tool goal.

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

Purpose4/5

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

The description clearly identifies the resource: common IANA timezone names, and ties it to clock/clock-call usage. It does not use an explicit verb such as 'list' or 'returns', and it does not explicitly distinguish itself from siblings like `timezone` or `utc-time`, so it is clear but not maximally self-differentiating.

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

Usage Guidelines3/5

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

The phrase 'for clock calls' gives light usage context: the tool is useful when a common IANA timezone name is needed in that area. It does not provide explicit when-to-use/when-not-to-use guidance, nor does it name sibling alternatives like `timezone` or `utc-time`, so an agent must infer the selection rule.

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.