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. It adds the UTC context but omits the output format, precision granularity, and any side-effect or availability details, leaving the most decision-relevant behavior unspecified.
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?
Three words with no filler — maximally economical and front-loaded. However, the brevity under-specifies a tool whose schema declares four parameters, so it is efficient but not optimally informative.
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 definition is inadequate for correct invocation: there is no output schema, no annotations, and the four declared parameters are unexplained in relation to the stated purpose. An agent cannot determine the correct call shape, which parameters apply, or what return value to expect.
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% and each parameter has a description, but the parameters (url, host, json, zone) are semantically unrelated to fetching the current UTC time. The description adds zero explanation of how these parameters relate to the tool's purpose, so an agent is left confused by an actively mismatched schema.
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 conveys the core function — returning the current time in UTC — in a terse noun phrase. However, 'timestamp' is ambiguous (epoch seconds vs ISO-8601 string), and it does not differentiate this tool from time-related siblings like iso-ordinal or timezone.
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 timezone or iso-ordinal, and no exclusions or conditions are mentioned. The agent must infer the appropriate use case entirely on its own.
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 cluster around related concerns: citation and normalize-url both work with URLs, and timezone/utc-time/iso-ordinal all deal with time. Descriptions are usually enough to tell them apart, but 'compatibility' is vague and could easily be confused with status-catalog or citation.
Names mix noun phrases like timezone and status-catalog with verb-object names like inspect-robots, normalize-url, and validate-json. The hyphenated lowercase style is consistent, but there is no predictable verb_noun pattern across the set.
11 tools is not an unreasonable number for a general utility server, but the set feels like a kitchen-sink collection rather than a focused toolkit. Given the server name 'ISO ordinal day', most of the tools are outside the apparent purpose.
There is no single coherent domain to assess, and each area is only thinly covered: URL tools lack encoding/decoding, time tools lack conversions between formats, and JSON support stops at validation. This makes the surface feel incomplete for almost any intended workflow.