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 and no output schema, the description must disclose behavior itself, but it only states the output concept. It does not say that the tool ignores the url/host/json/zone parameters, does not describe the timestamp format, and does not state whether it is a pure read operation.
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 a single concise phrase with no filler or redundancy, making it easy to parse quickly. It is appropriately front-loaded, though it is too sparse to be a model of structural completeness.
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?
For a tool with no annotations, no output schema, and a confusing four-parameter input schema, the description is not complete. An agent cannot determine the return format, whether parameters are accepted or ignored, or how this differs from the timezone/iana-zones siblings.
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 per baseline the description is not required to re-explain parameters. However, the description adds no clarification that the provided parameters are irrelevant to a pure UTC timestamp or that the tool can be called with no arguments, leaving the schema's unrelated parameters confusing.
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 identifies the tool's output as the current UTC time and is not a tautology of the tool name. It lacks an explicit verb and does not explicitly distinguish it from the sibling 'timezone' or 'iana-zones', but the core purpose is unambiguous.
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 choose this tool over the sibling timezone tools or whether any of the four input parameters should be supplied. The only usage signal is the implied 'when you need current UTC time' from the description, which is not enough for an agent to select among siblings.
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 operate on URLs and overlap in scope: citation, normalize-url, and domain-shape all accept URL-related input and return overlapping metadata. The compatibility tool is too vague to distinguish from the others, and timezone/utc-time are similarly close.
All tool names use a consistent lowercase-hyphenated style, which is readable and predictable. However, the semantic pattern is mixed: some are verb-noun (normalize-url, validate-json) while others are bare nouns or noun-based (citation, timezone, status-catalog).
With 11 tools, the count is within the typical well-scoped range and not overwhelming. Still, the server feels like a grab bag of unrelated utilities rather than a focused toolkit, so the count is reasonable but not ideal.
The tool surface covers several URL, HTTP, time, and validation basics, but there is no clear overall domain tying them together. Notable gaps exist depending on intent: no DNS, header inspection, or meaningful ISBN validation beyond digit shape; the server name suggests a much narrower focus than what is provided.