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 burden of behavioral disclosure, but it only states 'current time' without explaining whether the tool performs a network lookup, how the result is formatted, or why the schema also includes url/host/json parameters. The mismatch between the minimal description and the broader schema introduces ambiguity.
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 concise sentence with no filler, which earns high marks for efficiency. However, it is arguably too terse to cover the schema's extra parameters, so some brevity is traded for completeness.
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?
Given four parameters and no annotations or output schema, the description is incomplete. It does not explain the presence of url/host/json, the expected output format, or any behavioral side effects. An agent cannot confidently invoke this tool correctly based on the description alone.
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 has 100% description coverage, but three of the four parameters (url, host, json) describe behaviors unrelated to timezone lookup and appear to belong to sibling tools. The description only clarifies the zone parameter, and it does nothing to resolve which parameters are actually relevant, which can mislead an agent.
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' uses a clear verb and resource, and 'IANA timezone' disambiguates from generic clock tools. It is not explicit about distinguishing itself from siblings like utc-time or tz-asia-tokyo, but the core function is immediately understandable.
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 such as utc-time or tz-asia-tokyo. No conditions, prerequisites, or exclusions are stated, leaving the agent to infer the appropriate context.
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.
Timezone, tz-asia-tokyo, and utc-time all return current time with overlapping purposes, and compatibility is vague about what it classifies. The mix of time and URL tools under a clock server name further confuses selection.
Tool names are mostly lowercase with hyphens, but the pattern mixes nouns (citation, timezone), verbs (inspect-robots, normalize-url), and a special abbreviation (tz-asia-tokyo). The style is readable but not uniformly verb_noun.
11 tools is within the typical well-scoped range, but the server's apparent focus is unclear — half are time-related and half are URL/HTTP utilities. The count is not excessive, though the breadth feels unaligned with the server name.
The time domain covers current time, UTC, and timezone names, but lacks timezone conversion or date formatting. The URL utilities are a partial set with no page fetch, headers, or query handling, leaving notable gaps for a general web tool surface.