Skip to main content
Glama

Kilograms to pounds

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

B3.1/5.0
Behavior3/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. 'Current UTC timestamp' states the core operation and timezone, and there is no contradiction, but it does not disclose the output format (e.g., ISO 8601 vs epoch seconds) or any other observable behavior. This is adequate for a trivial read-only tool but not informative beyond the bare claim.

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 three-word phrase with zero wasted words. It is highly efficient, though slightly under-sized given the unexplained parameter set and absent output details.

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 four optional parameters (url, host, json, zone) that are not obviously related to returning a UTC timestamp, no output schema, and no annotations. The description does not clarify how these parameters relate to the tool's behavior, what format the timestamp is returned in, or what the agent should expect from the response. A tool this simple still needs at least a sentence connecting the parameters or specifying the output format.

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 the schema already documents all four parameters (url, host, json, zone). The description adds no parameter-level meaning, and it notably fails to explain why a UTC-time tool has these unrelated optional parameters. Baseline 3 applies because the schema handles the parameter documentation.

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' clearly identifies the tool's resource (a UTC timestamp) and its current/now semantics. It is nearly a restatement of the tool name 'utc-time', but 'current' adds the key temporal meaning, and none of the sibling tools (citation, compatibility, domain-shape, iana-status, screenshot, user-agent) compete with this purpose.

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?

The description provides no guidance on when to use this tool versus alternatives, and no exclusions or prerequisites are stated. There is no explicit when-to-use or when-not-to-use context anywhere in the description.

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.