Skip to main content
Glama

Pacific/Auckland 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.6/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, but it offers none. There is no statement about whether the tool is read-only, whether it modifies state, or what side effects (if any) might occur. The description is simply a noun phrase with no behavioral information at all.

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 description is very short and free of redundant text, which is a positive. However, its brevity comes at the cost of clarity—'clock calls' is undefined jargon. The single-sentence structure does not provide enough elaboration to make the tool usable, though it avoids unnecessary padding.

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?

The description and parameter list are utterly insufficient to understand what the tool does, what inputs are meaningful, what output to expect, or how it relates to the sibling tools. An agent would likely misuse this tool because the context is so vague. The mismatched parameters (url, host, json) compound the incompleteness, leaving the tool's actual behavior entirely ambiguous.

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?

The parameter descriptions are present but largely irrelevant and confusing. The 'zone' parameter is described as an 'IANA timezone name' which aligns with the tool's nominal purpose, but 'url', 'host', and 'json' have descriptions about URL normalization, hostnames, and JSON validation that have no apparent connection to timezone names. The descriptions fail to clarify how these parameters are used or what the tool expects.

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 'Common IANA timezone names for clock calls' is a noun phrase with no explicit verb or action, making it unclear whether the tool returns a list, validates a name, or performs some other operation. The mention of 'clock calls' is cryptic and not explained. The parameter list (url, host, json, zone) does not align with the stated purpose, further confusing the tool's intended function.

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 absolutely no guidance on when to use this tool versus the many sibling tools (timezone, tz-pacific-auckland, utc-time, etc.). The description does not mention any alternative or decision criteria. An agent would have no way to know if this is the appropriate tool for a given timezone-related request.

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.