utc-time
Current UTC timestamp.
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 UTC timestamp.
| 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?
No annotations are present, so the description alone must disclose behavior. It announces the output but says nothing about how parameters are treated, what timestamp format is returned, or whether timezone conversion is supported.
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?
One short sentence with no filler; the purpose is front-loaded. The terseness, however, leaves the parameter mismatch unaddressed.
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 unrelated-looking parameters, no annotations, and no output schema, a four-word description is insufficient. An agent cannot tell whether zone affects the result or whether url, host, and json are simply ignored.
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%, which sets the baseline at 3, and the description adds no parameter-level insight. Url, host, and json appear unrelated to a UTC time lookup, so the description does not help an agent decide what to pass.
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 a clear, specific purpose: the tool returns the current UTC timestamp. It does not, however, distinguish itself from its siblings, and the stated purpose sits awkwardly against an input schema listing url, host, json, and zone.
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 invoke utc-time versus the sibling tools, no exclusions, and no note about whether the four input parameters are ignored, optional conveniences, or needed for the lookup.
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.