Skip to main content
Glama

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

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

No annotations are provided, so the description must carry full behavioral disclosure. The description only states 'Current UTC timestamp.' It does not disclose that all input parameters are optional and effectively ignored (as indicated by their 'discarded' notes in the schema). This omission could mislead an agent into thinking parameters affect the output. The tool's behavior is not transparent regarding the parameter irrelevance, and there is no mention of side effects or safety.

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, compact sentence with no filler. It front-loads the essential information. However, given the complex schema, a slightly longer description explaining that parameters are ignored would be justified. Still, for what it says, it is concise and well-structured. The brevity doesn't detract beyond the missing context.

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?

The tool has 9 parameters, all optional, and no output schema. The description does not explain the role of these parameters, nor does it clarify that they have no effect on the returned timestamp. An agent might attempt to populate parameters based on their names, leading to unnecessary calls. The description is incomplete for a tool with such a misleading parameter list. It should explicitly state that parameters are ignored or used only for validation checks with no impact on the output.

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%: each of the 9 parameters has a description. The descriptions clarify that most parameters are 'discarded' after checks, so they carry some semantic weight. However, the tool description itself adds no value beyond the schema. It doesn't summarize that parameters are irrelevant to the timestamp output, and it doesn't clarify why they exist. The schema does the work, and the description adds nothing, so the baseline 3 applies.

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 states a specific verb and resource: 'Current UTC timestamp.' It clearly identifies the tool's output. However, it doesn't distinguish from sibling tools like 'timezone' or 'iana-zones', which could also deal with time and timezones. The name itself clarifies UTC, but the description could mention when to use this vs. the timezone tool. Still, the core purpose is unambiguous and specific.

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 provided on when to use this tool versus alternatives like 'timezone' or 'iana-zones'. The description is purely factual and doesn't mention exclusions, preconditions, or typical use cases. An agent gets no help deciding between this and related tools.

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.