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 provided, so the description carries the full burden of behavioral disclosure. 'Current UTC timestamp' hints that this is a read-only operation, but it does not state the return format (ISO string, Unix epoch), whether parameters are accepted or discarded, or any other behavioral context. The disconnect between the one-liner and the 4-parameter schema adds confusion rather than transparency.
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?
Four words with zero filler, perfectly front-loaded. The size is appropriate for a trivial time lookup, though the brevity comes at the cost of substance that is better penalized in other dimensions.
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?
With no annotations, no output schema, and four seemingly unrelated parameters, a one-phrase description is far from sufficient. An agent lacks critical information: parameter relevance, output format, and how this tool differs from the sibling 'timezone' tool. This is functionally inadequate for correct invocation.
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 a baseline of 3, but the description adds nothing about the parameters and the schema's parameters (url, host, json, zone) appear entirely irrelevant to fetching a current UTC timestamp. An agent cannot tell which, if any, parameters actually affect the call, and the description does not clarify the relationship.
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 tool's output — the current UTC timestamp — which is a clear basic purpose. However, it lacks a verb, does not differentiate itself from the sibling tool 'timezone', and is undermined by an input schema describing url/host/json/zone parameters that have nothing to do with getting the current UTC time.
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?
The description offers no guidance on when to use this tool versus alternatives like 'timezone'. There are no usage conditions, exclusions, or mention of whether the declared parameters are used or ignored, so an agent has no basis for choosing or invoking it correctly.
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.
json-ok and validate-json are effectively duplicate JSON validity checks, and several URL/HTTP tools (citation, normalize-url, domain-shape) have overlapping hostname/status concerns. compatibility is too vague to distinguish reliably from the other HTTP-related tools.
The names are all lowercase hyphenated, but they mix noun phrases (citation, timezone), imperative verbs (normalize-url, validate-json), and adjective constructions (json-ok). There is no consistent verb_noun or resource_action pattern, and the same JSON operation is called two different names.
Eleven tools is not inherently too large, but the set is not tightly scoped to the apparent 'JSON validity' purpose and bundles URL, robots, HTTP, and time utilities. The duplicate JSON validation tools also make the count feel padded rather than earning their places.
There are useful clusters for URL inspection, HTTP status, time, and JSON validity, but no clear workflow connects them and compatibility remains unexplained. Within a broad safe-web/utility interpretation the basics are present, yet obvious helpers such as header inspection or a single unified JSON validator are missing.