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?
The description offers minimal behavioral detail beyond the tool name. It does not specify output format, timezone handling, or precision, and annotations are absent. For a tool that simply returns the current UTC timestamp, more detail on the format would improve transparency.
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 one sentence and is appropriately short. It says exactly what it needs to without any fluff. However, the ultra-brief style leaves no room for necessary details in other dimensions.
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 lacks details about the output format, timezone behavior, or parameter usage. Although it's a simple tool, an agent might need to know the format of the timestamp. This makes it insufficient for complete 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 description does not explain any parameters, despite there being 4 parameters in the schema. The schema descriptions are 100% covered, but the description itself adds no value toward parameter understanding. The parameters seem unrelated to simply getting a UTC timestamp, creating potential confusion for an agent.
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 is simple and clear but slightly vague on purpose. It explicitly identifies the action and resource (return current UTC timestamp), but it is too short to distinguish from possible sibling tools that might also return time-related information.
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 compared to alternatives. No mention of contexts, limitations, or explicit exclusions. However, the tool name and description make the usage fairly obvious for a simple time tool.
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 URL-centered tools (citation, normalize-url, domain-shape) and time tools (timezone, utc-time) overlap in input type and could be confused, though their output purposes are mostly distinct. The vague 'compatibility' tool lacks a clear boundary, and 'lang-hi' seems unrelated to the rest.
All names use lowercase kebab-case, which gives a consistent visual pattern, but the grammatical style is mixed: some are verbs (normalize-url, validate-json), some nouns (citation, timezone), and some are opaque (compatibility, lang-hi). It is readable but not a clean verb_noun convention.
With 11 tools, the count is within a reasonable range for a utility server and not bloated. However, a few tools feel like one-offs or constants (lang-hi, iana-zones), so the set does not feel perfectly curated.
The tool surface is a grab bag of URL, HTTP status, robots, time, JSON, and language utilities, so there is no coherent domain to complete. For a web/URL toolkit, obvious operations like header inspection, content fetch, or DNS/WHOIS are missing; for a language server, only a tag constant is present.