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?
With no annotations provided, the description carries the full burden of behavioral disclosure, but it only states the core output without explaining return format, precision, or how the four input parameters affect behavior. The agent is left guessing whether the result is ISO-8601, epoch seconds, or something else.
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 short, but this is under-specification rather than conciseness. A three-word phrase cannot earn credit for efficiency when it omits essential information about parameters, output format, and usage context.
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?
This is severely incomplete for a tool with 4 optional parameters, no output schema, and no annotations. The description fails to explain the relationship between the tool's stated purpose and its schema, leaving an agent unable to determine whether to pass parameters or how the response will be shaped.
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?
Although the schema descriptions cover 100% of parameters, the parameters themselves (url, host, json, zone) are glaringly disconnected from a tool that returns the current UTC timestamp. The description adds no meaning about why an agent would supply a URL, hostname, JSON text, or IANA timezone to a time-lookup tool, leaving callers confused about parameter relevance.
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 UTC timestamp' essentially restates the tool name 'utc-time' and provides no verb or action. It states what is returned but offers no differentiation from sibling tools like timezone or date-time, and the bare noun phrase gives no operational clarity.
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 whatsoever on when to use this tool versus alternatives. Sibling tools include timezone and date-time, yet nothing explains the distinguishing conditions, when not to use this tool, or what scenarios make it the right choice.
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.
Most tools have distinct purposes, but timezone/utc-time both return current time and citation/normalize-url both inspect URL components. Compatibility is vague and could be confused with status-catalog, though descriptions provide some help.
All tool names use lowercase-hyphenated style, but they mix noun labels (citation, timezone, status-catalog) with verb-object actions (inspect-robots, normalize-url, validate-json). This mixed semantic pattern makes naming less predictable despite the consistent formatting.
Eleven tools is not inherently too many, but a server titled 'Leap year check' carries only one leap-year tool among unrelated URL, time, HTTP, and JSON utilities. This is a major scope mismatch for the stated purpose.
The set lacks a coherent domain, so completeness is hard to assess: for a leap-year server there is only the bare check, and as a general utility server there are obvious omissions like date arithmetic or more detailed HTTP capabilities. Agents would hit dead ends beyond the narrow included functions.