Skip to main content
Glama

Europe/Minsk clock

utc-time

Current UTC timestamp.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
refNoGit ref name; discarded after the shape check
urlNoHTTPS URL to normalize or cite
cityNoCity name for a public weather hint; discarded after the call
feedNoPublic RSS or Atom URL; titles discarded
hostNoPublic hostname
jsonNoJSON text to validate; discarded after the check
pathNoFile path to check; no disk access
zoneNoIANA timezone name
queryNoSearch text; discarded after the length check

Schema Changelog

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

  1. First observed

TDQS

C2.6/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure, and it fails to explain why the tool accepts nine parameters that appear unrelated to UTC time. The parameter descriptions hint that values are 'discarded' or checked only for shape, which is a form of transparency buried in the schema, but the main description does not disclose that the parameters are effectively decoys or that the tool ignores them. An agent cannot tell whether the parameters affect the result.

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 a single, front-loaded sentence with no wasted words. It is appropriately short for a trivial read tool, though the brevity clashes with the confusing parameter list, making the conciseness feel like underspecification rather than efficiency.

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?

Despite the trivial surface purpose, this tool is contextually incomplete. It declares nine optional parameters that bear no obvious relation to UTC time, offers no output schema, and provides no explanation of whether or how those parameters influence the result. An agent has no way to decide what, if anything, to pass, or what the tool actually returns beyond a timestamp.

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 coverage is 100%, so the baseline is 3. The parameter descriptions in the schema are self-consistent ('discarded after the shape check', 'no disk access'), but the main description adds nothing about how parameters relate to the output. The descriptions are complete as far as they go, but they describe parameters that are semantically disconnected from the tool's stated purpose, leaving the agent uncertain whether passing them is meaningful.

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 specific verb and resource, and reads as a trivial read operation. However, the nine unrelated parameters (JSON validation, file paths, RSS feeds, weather hints) strongly muddy the actual purpose, and the description does not differentiate it from sibling tools like timezone and tz-europe-minsk.

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?

There is zero guidance on when to use this tool versus its siblings. Given the sibling set includes timezone and tz-europe-minsk, an agent is left to guess when utc-time is the right choice and what any of the nine parameters are for. No alternatives are named and no exclusions are stated.

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.