Skip to main content
Glama

Language zh

utc-time

Current UTC timestamp.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNoHTTPS URL to normalize or cite
hostNoPublic hostname
jsonNoJSON text to validate; discarded after the check
zoneNoIANA timezone name

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

C2.1/5.0
Behavior1/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description reveals only the output (a UTC timestamp) but nothing about the tool's behavior, such as whether it accepts optional parameters, how it handles the provided schema fields (url, host, json, zone), or any side effects. No annotations are provided, so the description carries the full burden of disclosure, which it does not meet.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is extremely concise, consisting of a single short sentence that directly states the primary output. It is front-loaded and avoids unnecessary words. However, it omits any mention of the parameters or usage context, which detracts from its overall effectiveness but does not inflate its length.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness1/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's apparent simplicity, the description is too terse. It fails to explain the purpose of the four schema parameters, any optional behavior, or how this tool relates to the sibling tools. There is no output schema, and the description does not provide enough context for an agent to correctly invoke the tool beyond a trivial call with no arguments.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema defines four parameters (url, host, json, zone) with descriptions, but these are completely unrelated to a tool returning a current UTC timestamp. The parameter descriptions (e.g., 'HTTPS URL to normalize or cite') appear to be copy-pasted from other tools and provide no meaningful semantics for this tool. The description does not explain how or whether these parameters affect the output.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description 'Current UTC timestamp.' clearly states the tool's output, which is a current UTC timestamp. It is implicitly distinct from sibling tools like timezone and iana-zones, which deal with timezone conversions and lists. However, it lacks a verb form and does not explicitly differentiate from alternatives.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines1/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is provided on when to use this tool versus the sibling tools such as timezone or iana-zones. The description does not mention any conditions, alternatives, or context in which this tool should be preferred.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

C2.4/5.0
Disambiguation3/5

Most tools are clearly distinct, but 'citation' and 'compatibility' have vague descriptions that could overlap with HTTP status handling, and 'status-catalog' adds further potential confusion. URL-related tools are distinguishable but require careful reading.

Naming Consistency4/5

All names consistently use lowercase hyphenated style, but they mix noun phrases like 'timezone' and 'status-catalog' with verb-object forms like 'normalize-url' and 'validate-json'. This is mostly predictable but not perfectly uniform.

Tool Count4/5

With 11 tools, the set is reasonably sized and not overwhelming. Each tool appears to serve a single utility purpose, fitting the apparent web-utility domain.

Completeness4/5

The collection covers common web development utilities: URL handling, HTTP status, time, timezone, JSON validation, robots.txt inspection, and language tags. There are no major dead ends, though the server name 'Language zh' does not strongly align with the broader tool set.