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 must carry the full burden of explaining behavior. It implies the tool provides or returns common IANA zone names, but it does not state whether it reads, lists, validates, or transforms anything, nor does it explain the role of the url, host, and json parameters.
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 very short, but brevity here comes at the cost of usefulness; it is under-specified rather than concisely informative. A single vague noun phrase does not earn its place as a tool description.
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 four parameters, no output schema, and no annotations, yet the description explains almost nothing about the operation, return value, or intended invocation. This is inadequate for an agent to reliably select or call the tool.
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 description coverage is 100%, so each parameter has its own documented meaning. However, the tool description does not connect these parameters to the stated purpose, especially the unrelated-looking url, host, and json fields, leaving the parameter-to-operation mapping unclear.
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 is a noun phrase—'Common IANA timezone names for clock calls'—with no verb indicating what the tool actually does. It mostly restates the tool name and does not distinguish it from the sibling 'timezone' or 'utc-time' tools.
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 explicit guidance is given about when to use this tool versus alternatives like 'timezone' or 'utc-time'. The phrase 'for clock calls' hints at a context, but it is too vague to help an agent choose correctly.
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 are distinct, but citation and normalize-url both accept URLs and return host/scheme, so an agent could select the wrong one. timezone/utc-time/iana-zones and compatibility/status-catalog also have overlapping territory, though the descriptions provide some separation.
Names are readable but follow no single convention: some are verb_noun (normalize-url, validate-json, inspect-robots), while others are noun compounds or standalone nouns (timezone, status-catalog, compatibility). This mix is not chaotic, but it lacks a predictable pattern.
11 tools is not excessive, and each utility is small and self-contained. However, the set feels like a grab bag of unrelated utilities rather than a tightly scoped server, and some tools could plausibly be consolidated.
The tools cover basic URL inspection, HTTP status, time lookups, JSON validation, and random generation, but the server's intended domain is unclear. Within that mix, there are notable gaps such as no timezone conversion, no URL encoding/decoding, and no way to inspect HTTP headers, so coverage feels incomplete.