iana-zones
Common IANA timezone names for clock calls.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | HTTPS URL to normalize or cite | |
| host | No | Public hostname | |
| json | No | JSON text to validate; discarded after the check | |
| zone | No | IANA timezone name |
Common IANA timezone names for clock calls.
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | HTTPS URL to normalize or cite | |
| host | No | Public hostname | |
| json | No | JSON text to validate; discarded after the check | |
| zone | No | IANA timezone name |
Changes observed during successful MCP inspections. Dates show when Glama detected each change.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are present, and the description discloses no behavioral traits—no side effects, data handling, safety implications, or result formats. The tool's behavior is completely opaque.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is short and free of fluff, but it is under-specified to the point of being unhelpful. It lacks necessary structure (e.g., action verb, expected output, parameter roles) and does not meaningfully describe the tool's function.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's four heterogeneous parameters and the existence of several timezone-related sibling tools, this sparse description is completely inadequate. An agent cannot determine what inputs are valid, what the tool returns, or how it differs from nearby alternatives.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The parameters (url, host, json, zone) are disconnected from the stated purpose of 'IANA timezone names'. The schema descriptions are generic and do not clarify how, for example, a URL or JSON text relates to retrieving or validating timezone names. No parameter is explained in the tool description itself.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
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 circular and vague—it restates the tool name without explaining what the tool does (e.g., list, validate, convert, or format timezone names). It does not distinguish this tool from sibling tools like 'timezone', 'tz-america-denver', or 'utc-time', which also relate to timezones.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance is provided on when to use this tool versus alternatives. The description lacks any conditions, use cases, or examples, leaving the agent to guess which of the many timezone-related sibling tools is appropriate.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.
Most tools have distinct purposes, but timezone, tz-america-denver, and utc-time overlap in providing time information, which could cause confusion. The URL-related tools (citation, domain-shape, normalize-url) are clearly differentiated.
All names use lowercase with hyphens, which is consistent. However, the mix of noun-style (citation, timezone) and verb-noun style (normalize-url, validate-json) names is slightly inconsistent but still readable and predictable.
The 11 tools cover a focused set of utilities (URL, time, HTTP status, JSON validation) without being excessive. The count is well-suited for the server's apparent purpose.
The tool set covers common URL, time, and validation needs. Minor gaps like a dedicated tool to get current date or to validate URLs exist, but the existing tools handle these indirectly and the surface feels reasonably complete.