Skip to main content
Glama

Australia/Sydney clock

iana-zones

Common IANA timezone names for clock calls.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNoHTTPS URL to normalize or cite
hostNoPublic hostname
jsonNoJSON text to validate; discarded after the check
zoneNoIANA timezone name

Schema Changelog

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

  1. First observed

TDQS

D1.8/5.0
Behavior1/5

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

With no annotations provided, the description carries the full burden of disclosing behavior, and it discloses none: no output format, no read/write nature, no side effects, no filtering rules. The only behavioral hints live in the schema ('discarded after the check'), not in the description itself.

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 short and readable with no wasted words, and 'Common IANA timezone names' is front-loaded. However, the terseness crosses into under-specification — this reads more like a caption or data label than an operational tool definition.

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 4-parameter tool with no annotations and no output schema, this description leaves everything to inference: what the tool returns, which parameters are relevant, and how it differs from sibling timezone utilities. An agent has no basis to invoke it correctly.

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%, which sets a baseline of 3, but the description fails to map the schema's four heterogeneous parameters (url, host, json, zone) to the tool's stated purpose — three of them appear irrelevant to IANA timezone names. An agent cannot tell which parameter(s) to populate, and the description offers zero disambiguation.

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?

The description is a noun phrase ('Common IANA timezone names for clock calls') that largely restates the tool name (iana-zones → IANA timezone names) with only a vague 'for clock calls' addition. It never states what operation the tool performs — list, return, validate, filter — and the schema's url/host/json params are unrelated to timezones, which makes the purpose more confusing rather than clearer.

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 its timezone-family siblings (timezone, tz-australia-sydney, utc-time). There are no exclusions, alternatives, or conditions of use, and nothing addresses the mismatch between the timezone-focused name and the schema's URL/JSON parameters.

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.