Skip to main content
Glama

Teaspoons to milliliters

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

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

No annotations are present, so the description carries the full burden of behavioral disclosure, and it provides none. It does not state the timestamp format (epoch vs ISO), whether parameters are truly ignored (the schema hints they are 'discarded', but the description is silent), or that this is a side-effect-free read. The schema's 'discarded after' hints live in structured data, not the description.

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

Conciseness2/5

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

One short sentence is genuinely concise, but this is under-specification rather than efficiency. For a tool with 9 parameters and no annotations, a single clause leaves nearly everything unexplained; it earns its place but is far too sparse to be useful.

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?

With 9 parameters, no annotations, and no output schema, the description is grossly incomplete. It does not explain why the parameters exist, what the return value looks like, or what the tool is for beyond the bare phrase. An agent lacks enough context to call it confidently or to decide it is the right tool.

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

Parameters2/5

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

Schema coverage is 100%, giving a baseline of 3, but the description adds nothing to explain why a UTC-time tool accepts a Git ref, city name, RSS feed, or JSON text as parameters. An agent cannot tell whether supplying these alters behavior or is pointless; the description fails to clarify that they appear to be no-ops. This confusion actively misleads invocation.

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.' states a clear, specific purpose (a verb/resource pair) that is not a tautology. However, it does nothing to distinguish itself from the sibling 'timezone' tool, and the 9-parameter schema (git ref, city, URL, host...) bears no obvious relation to retrieving the current time, leaving the tool's true scope ambiguous.

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 whatsoever on when to use this tool versus its siblings (timezone, calc-eval). With a 'timezone' sibling available, an agent gets no hint about whether utc-time is for the raw current time while timezone handles conversions, nor any exclusions or prerequisites.

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.