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, the description carries the full disclosure burden, but it only says 'Current UTC timestamp.' It does not state whether the four optional parameters affect the result, what output format is returned, or that the operation is a safe read with no side effects.
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, front-loaded, and contains no filler, making it easy to parse. However, it is under-specified rather than well-structured; a single noun phrase cannot carry the needed behavioral and parameter 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?
There is no output schema and no annotations, so the description should explain the return format and how parameters are handled. It does neither, and the presence of four optional but seemingly unrelated parameters makes the call ambiguous.
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%, so the baseline is 3 even though the description adds no parameter-level meaning. However, the schema parameters (url, host, json, zone) seem generic and unrelated to UTC time, and the description does not clarify whether they are ignored, limiting real usefulness.
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 clearly states the tool's core purpose: returning the current UTC timestamp. It lacks a verb and does not explicitly distinguish itself from the sibling 'timezone' tool, nor does it specify the timestamp format.
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?
No guidance is provided about when to use this tool instead of siblings like 'timezone' or 'iana-zones'. The agent gets no context about appropriate use cases, exclusions, or alternatives.
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.
citation and normalize-url both return overlapping URL metadata, http-500 overlaps with status-catalog, and timezone/utc-time/iana-zones form a fuzzy time-related cluster. compatibility is also vague about what it classifies, making tool boundaries unclear.
Names are consistently hyphenated but mix noun phrases like citation, compatibility, and http-500 with verb-object forms like normalize-url, inspect-robots, and validate-json. There is no consistent naming grammar across the set.
11 tools is a reasonable count, but the scope is unfocused: URL handling, time, HTTP status, robots.txt, and JSON validation are unrelated concerns. The number is not extreme, but the tools do not form a coherent, well-scoped set.
The set covers only isolated read-only utilities and leaves obvious gaps for a server named HTTP 500 internal-error: no actual error-diagnosis or HTTP request tools beyond status meaning/catalog, no timezone conversion, and no JSON processing beyond validation. Each micro-domain is only partially covered.