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 provided, the description carries the full burden of behavioral disclosure. It fails to state whether the tool is read-only, what it returns, how it handles invalid input, or any side effects. The phrase 'for clock calls' is too ambiguous to inform an agent about the tool's behavior.
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 a single sentence, which is concise, but it is under-specified. It does not earn its place because it provides minimal useful information and is not front-loaded with the most critical details. The sentence is vague and does not help an agent decide whether to use the tool.
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 tool has 4 parameters, no output schema, and no annotations, making the description the only source of context. It is far from complete: it does not explain what the tool does with the parameters, what the output format is, or any edge cases. An agent would be unable to call this tool correctly based solely on the description and schema.
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 schema provides 100% description coverage for all four parameters, so the baseline is 3. However, the description does not add any meaning beyond the schema; it does not explain how parameters like url, host, or json relate to the stated purpose of providing IANA timezone names. The description is actively misleading because the parameters seem unrelated to the described purpose, reducing the score below the baseline.
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 states a vague purpose: 'Common IANA timezone names for clock calls.' It implies the tool provides a list of timezone names, but it does not specify the tool's actual operation (e.g., whether it returns a static list, validates a zone, or converts time). It fails to align with the input schema, which includes url, host, json, and zone parameters, creating confusion about what the tool actually does. It does not differentiate from siblings like 'timezone' or 'utc-time'.
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 on when to use this tool versus alternatives. The description mentions 'for clock calls' but does not explain when an agent should choose this over sibling tools like 'timezone' or 'utc-time'. There is no mention of exclusions or prerequisites.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.