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, and it discloses nothing: no side effects, no return value, no input/output behavior, and no mention that the json parameter is discarded after validation. The phrase 'Common IANA timezone names for clock calls' reads as a noun phrase rather than a description of tool 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 only one short sentence and could be called concise, but it is under-specified rather than efficiently structured: it lacks an action verb, does not lead with any callable behavior, and gives no hint of the parameter-driven workflow. The brevity does not earn its place because it omits essential information.
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?
For a tool with four parameters, no annotations, and no output schema, this description is far too incomplete. It does not explain what the tool returns, which parameter to supply, whether the tool accepts multiple modes, or how the stated timezone-zone purpose relates to the url, host, and json parameters. An agent cannot confidently select or invoke 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 description coverage is 100%, with each parameter (url, host, json, zone) having its own schema description, so the baseline is 3. The tool description adds no additional parameter semantics and does not clarify how the zone parameter relates to the other three, but the schema itself adequately documents each field.
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 identifies a specific resource (IANA timezone names) and a use case (clock calls), which loosely distinguishes it from siblings like validate-json. However, it lacks a verb—it never states whether the tool lists, validates, or returns zones—and the four schema parameters (url, host, json, zone) are not connected to the stated purpose, leaving the actual action ambiguous.
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 for when to use this tool versus alternatives such as the sibling timezone, utc, or validate tools. There are no exclusions, prerequisites, or selection conditions mentioned, so an agent must guess from the name alone.
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 have overlapping purposes: citation and normalize-url both analyze URLs and return host/scheme information, while compatibility is vague about what it classifies. The time tools are distinct but cluster together, making the overall set boundary-unclear for an agent.
Tool names mix single nouns like citation and timezone with hyphenated noun-noun forms like domain-shape and status-catalog, plus verb-noun forms like normalize-url and validate-json. There is no consistent naming pattern across the set.
11 tools is within a reasonable range, but several are extremely narrow utilities such as port-443 and utc-time. The count is not excessive, though the set feels slightly padded with trivial helpers.
The server seems to target a loose mix of web/HTTP, URL, time, and JSON utilities, and covers those niches at a basic level. However, core HTTP operations like fetching headers or inspecting responses are absent, and the overall domain is unclear enough that significant gaps are easy to imagine.