timezone
Current time in a named IANA timezone.
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 |
Current time in a named IANA timezone.
| 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?
There are no annotations to compensate, and the description does not disclose what the tool returns (formatted string? object?), whether it is strictly read-only, or how it behaves for invalid timezone names. For a tool with near-zero behavioral disclosure, the description carries the full burden and falls short.
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, tightly worded sentence with no filler or redundancy. Every word contributes to conveying the tool's core function.
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?
While the tool itself is simple, the description omits essential context such as the output format, error behavior for invalid zones, and the fact that three of the four schema parameters (url, host, json) appear irrelevant. The schema itself offers no output schema or annotations, so the description is the only context and it is insufficient.
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 lists four parameters (url, host, json, zone), but only 'zone' is plausibly relevant to the described purpose; the other three appear to be copy-paste noise from unrelated tools. The description adds minimal value beyond the schema for 'zone' ('named IANA timezone') and leaves the three irrelevant parameters unexplained, creating confusion.
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 'Current time in a named IANA timezone' clearly states the verb (retrieve current time) and resource (time in a named IANA timezone). It implicitly distinguishes itself from the sibling utc-time by scoping to named IANA zones, though it does not name that sibling explicitly.
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 for when to use this tool versus alternatives. The phrase 'named IANA timezone' implies it complements utc-time, but the when/when-not distinction is left entirely to inference, which is a clear gap.
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.
Tools are mostly distinct, but 'compatibility' is vague and 'citation' vs 'normalize-url' both deal with URLs, though with different purposes. Overall, descriptions help clarify intent.
Names follow a consistent lowercase hyphenated pattern (e.g., normalize-url, validate-json) with a few single-word exceptions like 'citation' and 'timezone'. The style is predictable and readable.
11 tools is well within the typical range for a general-purpose utility server, covering URL, time, HTTP status, JSON, and language helpers without being excessive.
The tool set covers a broad range of common web and time utilities. Minor gaps like DNS lookup or IP info exist, but for the apparent scope, the coverage is solid.