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?
With no annotations, the description carries the full burden of behavioral disclosure, but it only states that the tool relates to timezone names. It does not disclose what operations happen on the provided url, host, json, or zone values, whether anything is mutated, or what the output looks like. This is effectively no behavioral information.
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 extremely short, but this is under-specification rather than conciseness. One vague sentence does not earn its place because it fails to communicate the tool's actual function or the roles of its four parameters.
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?
The description is completely inadequate for a four-parameter tool with no annotations and no output schema. It does not explain how url, host, json, and zone are used, what operation is performed, or what the result will be. An agent cannot reliably select or call this tool based on the provided information.
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?
Schema coverage is 100%, so the schema individually documents each parameter. However, the description adds zero parameter-level meaning and actually conflicts with the schema's broad parameter set by implying the tool is only about timezone names. The mismatch between the description and the actual parameters makes it harder, not easier, for an agent to understand how to use the tool.
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' merely restates the tool name and gives no verb or resource. It does not match the input schema at all, which accepts url, host, json, and zone parameters, suggesting a much broader validation/normalization tool. The description is actively misleading about what the tool does.
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 given about when to use this tool versus siblings like timezone, utc-time, validate-json, or normalize-url. The description does not mention any of the actual parameters or provide selection criteria, leaving agents to guess which sibling handles which task.
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.
Several tools are distinct, but citation and normalize-url both return URL-derived fields, and timezone/utc-time overlap in purpose. compatibility is vague enough that an agent could struggle to know when to use it over the URL inspection tools.
Names mix bare nouns (citation, timezone, compatibility) with verb-noun forms (inspect-robots, normalize-url, validate-json). The hyphenated style is consistent, but the grammatical pattern is not, making the set feel ad hoc.
Ten tools is not inherently too many, but the set includes unrelated areas like timezones, HTTP status codes, and JSON validation under a URL Normalize server. Several tools do not clearly earn their place relative to the stated purpose.
The only tool directly addressing the server's core purpose is normalize-url, and it only returns origin, host, and path. Missing URL comparison, query/fragment handling, or rewrite capabilities leaves the main workflow incomplete, while unrelated tools do not fill those gaps.