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. It states the output concept but not the timestamp format, nor does it explain why the schema contains four unrelated optional parameters such as url, host, json, and zone. This ambiguity is a meaningful behavioral gap.
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 very concise and front-loaded, but it is too terse to be fully effective. For a tool with a mismatched schema, a little more explanatory structure would materially improve the definition without sacrificing conciseness.
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, so the description should at least clarify the timestamp format and confirm whether any parameters are relevant. It does neither, and the unrelated optional parameters create avoidable ambiguity for an agent choosing and invoking the tool.
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?
The schema has 100% description coverage, but every parameter description is unrelated to UTC time (e.g., 'HTTPS URL to normalize or cite', 'JSON text to validate'). The tool description adds no clarification about whether these parameters are accepted, ignored, or rejected, making the parameter semantics confusing rather than helpful.
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' clearly states what the tool returns: the current UTC time as a timestamp. It is a specific, recognizable purpose and distinct enough from siblings like iana-zones or timezone, though it does not explicitly differentiate itself from them.
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 iana-zones. The description also does not mention whether parameters should be supplied or ignored, leaving usage entirely to inference.
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 have clear distinct purposes, but http-401 and status-catalog overlap on HTTP status information, and citation vs normalize-url both handle URL components. compatibility is also vague enough that an agent may struggle to know when to choose it.
All names use lowercase hyphenation, which is consistent, but the set mixes verb-led names like normalize-url and validate-json with noun-led names like status-catalog and utc-time. The pattern is readable but not a uniform verb_noun convention.
11 tools is within a reasonable range, but a few seem like one-off conveniences rather than part of a cohesive set, such as http-401 and compatibility. The count is not problematic, though slightly padded.
The implied domain is privacy-preserving HTTP/URL utilities, but there are notable gaps like redirect inspection, header checks, or URL comparison. Timezone and JSON validation tools feel disconnected from the core purpose, so the overall surface is incomplete and lacks a clear workflow.