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?
With no annotations provided, the description carries the full transparency burden. It clearly implies a read-only, stateless operation by saying 'current time,' but it does not disclose invalid-zone behavior or the output format, leaving moderate gaps.
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?
A single, front-loaded sentence with zero wasted words. It states the resource and scope immediately and earns its place.
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 a low-complexity stateless lookup, and the schema identifies the zone parameter. However, there is no output schema, no annotation, and no description of return format or error handling, so the definition is functional but not fully complete.
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 coverage is 100%, so the baseline is 3. The description's 'IANA timezone' phrasing merely restates the zone parameter's schema description and does not clarify that url, host, and json are likely irrelevant, but it does not contradict the schema either.
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 the core function: return the current time for a named IANA timezone. It is distinctive enough to separate it from sibling tools like validate, normalize, and citation, though it lacks an explicit verb such as 'get' or 'return'.
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, no exclusions, and no mention of alternatives. For a simple tool this may be acceptable, but the description offers no usage context beyond the bare operation.
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 overlap around URL and HTTP inspection (citation, normalize-url, inspect-robots, compatibility), making it hard to know which to select for a given task. Timezone tools are clearer but the URL-related tools have fuzzy boundaries.
Names mix noun-style labels (citation, compatibility, timezone) with verb-style labels (normalize-url, validate-json, inspect-robots), and some names like citation and compatibility are vague. Hyphenation is consistent, but the overall naming pattern is not.
Ten tools is a reasonable number, but the server is named 'Timezone Clock' while most tools are URL/HTTP utilities. The count feels padded and unfocused relative to the apparent purpose.
The timezone surface lacks common operations like converting between zones or getting offset details, while the URL/HTTP side is a grab-bag of partial capabilities. The tool set does not coherently cover either apparent domain.