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?
There are no annotations to supplement the description. The description only says it returns a UTC timestamp, but it fails to disclose how the input parameters factor into the behavior (e.g., whether they are ignored, used for formatting, or cause errors). This lack of transparency could mislead an agent.
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 extremely brief and front-loaded with the main purpose, but it omits essential information about the parameters. While succinctness is acceptable, the lack of detail makes it poorly structured for an agent to understand the tool's full interface.
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?
Given the tool has four input parameters, the description is woefully incomplete. It does not explain what these parameters do, why they exist, or how they affect the output. An agent cannot determine the correct usage or whether this tool is even appropriate for a task requiring a timestamp.
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 parameter descriptions are clearly unrelated to a UTC timestamp tool (e.g., 'HTTPS URL to normalize or cite,' 'JSON text to validate'). The tool description does not explain these parameters or their relevance, and the schema descriptions are contradictory to the tool's stated purpose, offering no meaningful guidance.
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 states 'Current UTC timestamp,' which clearly indicates the tool returns the current UTC time. However, it does not explain why the input schema includes four parameters that are seemingly unrelated to returning a timestamp, creating ambiguity about the tool's actual purpose.
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?
The description provides no guidance on when to use this tool versus the sibling tools, such as 'timezone' or 'validate-json.' It does not mention conditions for use, nor does it clarify whether the input parameters are required or optional.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.