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 provided, so the description carries the full burden of disclosing behavioral traits. The description reveals nothing about side effects, network usage, read-only status, or what the tool returns. It is merely a label with 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 a single short sentence, but it is under-specified rather than concisely informative. It does not front-load essential information about the tool's function or behavior. It is more of a vague tag than a structured description, so it fails the conciseness criterion.
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 is complex with four parameters and no output schema, yet the description is extremely incomplete. It does not explain what the tool does, what it returns, or how the parameters relate to its operation. An agent cannot determine how to invoke it correctly from this definition.
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 input schema covers 100% of parameters with descriptions: url (HTTPS URL to normalize or cite), host (Public hostname), json (JSON text to validate; discarded after the check), and zone (IANA timezone name). The tool description adds no additional meaning beyond these, so the baseline 3 is appropriate.
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 a noun phrase that does not state an action. It implies the tool provides a list of timezone names, but it does not clearly say what the tool does (e.g., 'List common IANA timezone names' or 'Return a set of timezone names'). It also does not distinguish it from siblings like 'timezone' or 'utc-time' which likely handle timezone conversions. The purpose is vague.
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?
There is no guidance on when to use this tool versus alternatives. Sibling tools such as 'timezone', 'utc-time', 'normalize-url', and 'validate-json' overlap with the parameters (url, json, zone), but the description gives no hints about when to select this tool over them. An agent is left to guess.
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 clearly distinct outputs: URL metadata, URL normalization, hostname labels, robots inspection, HTTP status catalog, time lookups, JSON validation, and hex encoding. The main ambiguity is between citation and normalize-url, which both return host/scheme information, and between timezone and utc-time, though the descriptions help clarify their different outputs.
All names use lowercase hyphenation, giving a surface-level consistency. However, the set mixes nouns like citation and timezone, verb-object forms like inspect-robots and normalize-url, and the unusual hex-ok, so there is no consistent naming pattern.
With 11 tools, the count is reasonable and within the well-scoped range. The tools span URL, time, and data utility categories without feeling redundant, though the breadth suggests a general-purpose utility server rather than a tightly focused one.
The set covers common URL, time, and simple data-validation needs, but the overall domain is broad and somewhat unclear. Obvious companion operations are missing, such as hex decoding, timezone conversion, or more detailed request inspection beyond the vague compatibility tool.