Skip to main content
Glama

UTC year

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

C2.7/5.0
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure, but it only states the output concept. It does not specify the timestamp format (e.g., ISO 8601, epoch seconds, human-readable), whether parameters are accepted or silently ignored, or any other behavioral traits. The glaring mismatch between the four schema parameters and the described functionality is also left unaddressed.

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 short sentence with no wasted words, and the core purpose is front-loaded. However, it is so terse that it approaches under-specification rather than true conciseness, missing critical context about parameters and output format.

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?

Given four optional parameters, no output schema, no annotations, and several overlapping sibling tools, the description is not complete enough. An agent cannot confidently determine whether to pass parameters, what format the timestamp will be in, or how this differs from year-utc and timezone. The description should clarify the parameter situation and output format.

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?

Although schema description coverage is 100%, the parameters (url, host, json, zone) appear entirely unrelated to 'Current UTC timestamp'. The description adds no clarification about whether these parameters are ignored, optional inputs, or config options. A high-coverage baseline is undermined by the semantic mismatch between the parameters and the stated purpose.

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 states what the tool returns. It implies a read operation concerned with the current time in UTC. However, it does not differentiate itself from siblings like year-utc or timezone, which could overlap in functionality.

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 such as year-utc, timezone, or domain-shape. There is also no clarification about whether the four listed parameters are relevant, ignored, or prerequisites. The agent is left to infer usage entirely from the schema.

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.

TDQS

C2.7/5.0
Disambiguation3/5

Several tools overlap in purpose, especially citation, normalize-url, and domain-shape, all of which inspect URLs or hostnames. The time-related tools utc-time and year-utc also overlap because a timestamp contains the year. Other tools are more distinct, but the boundary between these clusters is not always clear.

Naming Consistency3/5

All names use lowercase kebab-case, which gives some visual consistency. However, the pattern is mixed: some are verb-object names (normalize-url, validate-json, inspect-robots), while others are standalone nouns or noun-noun compounds (citation, timezone, status-catalog, year-utc). This makes the naming readable but not predictably consistent.

Tool Count4/5

Eleven tools is a reasonable number for a utility-style server, neither too sparse nor overwhelming. The count feels slightly inflated by the mixed domains, but no individual tool is redundant enough to cut. Overall, the count is appropriate for a general-purpose utilities server.

Completeness3/5

The set covers a few small domains—URL inspection, time/timezone, HTTP status, and JSON validation—but none are fully fleshed out. For example, there is no timezone conversion or date formatting tool, and URL tools lack any operation for actual page retrieval. While the tools are self-contained, the overall surface feels more like a collection of samples than a complete workflow.