Skip to main content
Glama

XML well-formed check, body discarded

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.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 behavioral burden, but 'Current UTC timestamp.' only states the output. It doesn't disclose that all inputs are ignored, that the then tool has no side effects, or that it accesses the system clock; the schema's 'discarded after the check' notes do some of this work but belong to structured data. There is no contradiction, but also little added transparency.

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?

One substantive clause with zero filler earns high marks for brevity, but this is under-specification rather than conciseness: a tool accepting 9 parameters and being effectively a no-op with respect to all of them should say it. A slightly longer sentence like 'Return the current UTC time; any parameters are ignored' would be markedly more 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 no output schema and 9 optional parameters, the description is incomplete: it doesn't state that all arguments are discarded, and the timestamp's format is undefined. Schema descriptions rescue most parameters ('discarded after the call' etc.), but zone ('IANA timezone name') and host ('Public hostname') don't explicitly say they're irrelevant, leaving room for an agent to believe geography or host affects the result. A single clarifying sentence about parameter-ixing would raise it.

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%, with each of the 9 parameters individually documented (e.g., 'Git ref name; discarded after the shape check', 'JSON text to validate; discarded after the check'), so the baseline of 3 applies even though the description adds no parameter information. The description neither enriches nor detracts from what the schema already supplies.

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 specific resource (UTC timestamp) and the action of the tool clearly, and the word UTC distinguishes it from siblings like timezone and iana-zones. It does not explicitly address that the 9 declared parameters are all inert, and it doesn't mention output format, so it stops short of a fully distinct definition. Overall the core purpose is unambiguous.

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?

There is no guidance on when to call this tool versus timezone or iana-zones, nor any signal that it should be invoked with zero arguments. With 9 optional parameters whose descriptions almost read like a list of other tools' jobs, an agent must rely entirely on the schema's 'discarded' notes to infer that the parameters don't matter. The tool is effectively parameterless but nothing in the description says that.

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.