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 behavioral details are disclosed beyond the vague phrase 'Current UTC timestamp.' There is no mention of side effects, output format, parameter handling, or expected behavior, and no annotations are provided to supplement this.
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 short and free of fluff, but it is so minimal that it lacks the necessary verb structure and parameter alignment. It is concise, but not adequately structured for a tool definition.
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 description is severely incomplete given the tool's apparent purpose and the mismatched schema. It does not explain what the tool does with the provided parameters, what output to expect, or how it relates to sibling tools, leaving an agent with insufficient context.
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 parameters (url, host, json, zone) have descriptions, but they are completely unrelated to the stated purpose of returning the current UTC timestamp. The description adds no meaningful connection between these parameters and the tool's function.
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' gives a basic idea but is a noun phrase rather than a clear verb-driven statement of the tool's function. More importantly, it does not align with the input schema, which includes unrelated parameters like url, host, json, and zone, making the actual purpose ambiguous.
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 validate-json. The description does not mention any conditions, use cases, or distinction from sibling tools.
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.
Tools overlap in purpose: 'citation' and 'normalize-url' both process URLs, while 'timezone' and 'utc-time' both return time-related data. The distinction between 'domain-shape' and 'normalize-url' is also unclear without deeper inspection.
Names mix single words (citation, compatibility, timezone) and hyphenated compounds (domain-shape, normalize-url, validate-json). Some names are vague and not action-oriented (e.g., 'citation', 'compatibility'), and 'lang-ru' is narrowly scoped without a pattern.
With 11 tools, the count falls within the acceptable 3-15 range and does not feel excessive. The number is reasonable for a utilities server, though a couple of tools could be merged without loss of clarity.
The set covers several web-related utilities (URLs, status codes, time, JSON, robots), but the domain is not clearly defined and lacks common counterparts (e.g., encoding/decoding, hashing). The inclusion of a single language tag tool ('lang-ru') suggests a narrow or arbitrary scope.