Skip to main content
Glama

ISO country LV

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

C2.4/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 of behavioral disclosure. It conveys what the tool provides (names) but says nothing about return format, side effects, whether parameters are required, or that most inputs appear to be discarded. The schema's 'discarded after the shape check' notes are behavioral hints, but they live in the schema, not the description, and the description itself contains no verb describing any behavior.

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 seven-word sentence is readable and fully front-loaded, but this is under-specification rather than earned conciseness. It conveys no information beyond the tool name, so the brevity carries little value.

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

Completeness2/5

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

With 9 optional parameters, 26 siblings, no annotations, and no output schema, the description is far too thin. It never states what invoking the tool returns (presumably a list of names), which parameters matter or are safe to omit, or how the tool relates to timezone/utc-time. An agent cannot confidently construct a correct invocation from this definition.

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 description coverage is 100%, which normally sets a baseline of 3, but the description adds zero parameter meaning and the parameters it would need to clarify are semantically disconnected from the tool's stated purpose. An agent reading 'IANA timezone names for clock calls' cannot determine why it would pass a git ref, URL, file path, or feed URL, and the description does nothing to reconcile that mismatch.

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 names a specific resource (IANA timezone names) and a purpose (clock calls), which loosely differentiates it from the sibling 'timezone' and 'utc-time' tools. However, it is a verbless noun phrase rather than an actionable statement, and its claimed purpose is badly out of sync with the input schema, which contains URL, file path, feed, and JSON parameters that have nothing to do with timezone names.

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?

The phrase 'for clock calls' gives only an implied usage context around time-related siblings, with no explicit statement of when to use this tool versus 'timezone' or 'utc-time', and no exclusions or alternatives. With 26 siblings, the agent is left to guess the routing.

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.