Skip to main content
Glama

Asia/Tokyo clock

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.8/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. The three-word description discloses nothing about return format, time resolution, side effects, or why the tool accepts url, host, json, and zone parameters that appear unrelated to the stated purpose. This is a significant transparency gap for an agent deciding whether and how to invoke it.

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

Conciseness3/5

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

The description is maximally brief and front-loaded, with no wasted words. But its brevity crosses into under-specification: it says essentially nothing beyond the tool's name and fails to explain the puzzling parameter set or return behavior.

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

Completeness2/5

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

Despite having no required parameters and no output schema, the description is too thin to be complete. The mismatch between the stated purpose ('Current UTC timestamp') and the accepted schema (url, host, json, zone) is unresolved, and an agent cannot tell what these parameters do in the context of this tool or what the response will look like.

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

Parameters3/5

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

Schema description coverage is 100%, so each parameter (url, host, json, zone) has its own documented meaning, giving the baseline of 3. However, the tool-level description does not explain why these parameters exist for a UTC-time tool, and the schema descriptions are clearly borrowed from sibling tool contexts. The description adds no connective meaning between the parameters and the tool's purpose.

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?

'Current UTC timestamp' states a clear action and resource: it returns the present UTC time. This distinguishes it from sibling tools like timezone and tz-asia-tokyo, which concern timezone lookups. However, the four input parameters (url, host, json, zone) have no obvious relationship to fetching a UTC timestamp, which muddies what the tool actually does.

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

Usage Guidelines2/5

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

No guidance is given on when to use utc-time versus siblings such as timezone, tz-asia-tokyo, or status-catalog. There is no mention of whether to call this tool for logging, timestamps, or date arithmetic, and no exclusion criteria. An agent must infer the tool's appropriate context from its name alone.

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.5/5.0
Disambiguation2/5

Timezone, tz-asia-tokyo, and utc-time all return current time with overlapping purposes, and compatibility is vague about what it classifies. The mix of time and URL tools under a clock server name further confuses selection.

Naming Consistency3/5

Tool names are mostly lowercase with hyphens, but the pattern mixes nouns (citation, timezone), verbs (inspect-robots, normalize-url), and a special abbreviation (tz-asia-tokyo). The style is readable but not uniformly verb_noun.

Tool Count4/5

11 tools is within the typical well-scoped range, but the server's apparent focus is unclear — half are time-related and half are URL/HTTP utilities. The count is not excessive, though the breadth feels unaligned with the server name.

Completeness3/5

The time domain covers current time, UTC, and timezone names, but lacks timezone conversion or date formatting. The URL utilities are a partial set with no page fetch, headers, or query handling, leaving notable gaps for a general web tool surface.