Skip to main content
Glama

Language nl

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

D1.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 burden. It discloses nothing beyond the timestamp claim — no output format, no side effects, and no reconciliation with the schema's url/json/zone parameters that imply it does other work. The descriptor fails to reveal what the tool actually does with these inputs.

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?

Three words with zero waste is efficient, but it is under-specification rather than genuine conciseness. For a tool whose schema exposes four unrelated-looking parameters, this brevity leaves critical ambiguity unresolved.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness1/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

No output schema, no annotations, and four optional parameters that cannot be reconciled with the stated purpose. A timestamp tool could be documented in one line if structured data were consistent, but here nothing explains the output format, the parameter relationships, or how this differs from the timezone/iana-zones siblings. The description is inadequate for the schema it accompanies.

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% and each parameter has a reasonable schema description, which would normally warrant a baseline of 3. But the description adds zero value for parameters, and the parameters themselves appear disconnected from the stated purpose — an agent given 'current UTC timestamp' would not expect url, host, json, and zone inputs. The semantic mismatch undermines the schema's own documentation.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific resource ('current UTC timestamp'), which is clear on its face. However, the input schema's four parameters (url, host, json, zone) describe URL normalization, JSON validation, and IANA timezone functionality that has nothing to do with returning a timestamp. This schema-description mismatch makes the tool's actual purpose confusing and potentially misleading for an agent.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines1/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is given on when to use this tool or how it differs from siblings like 'timezone' or 'iana-zones'. Given the schema suggests overlapping functionality with normalize-url, validate-json, and timezone tools, the absence of any routing guidance is a serious gap.

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

Some tools overlap in purpose, such as 'citation' and 'normalize-url' both analyzing URLs, and 'compatibility' and 'status-catalog' both dealing with HTTP statuses. However, each has a distinct focus (scheme/status vs. origin/path; classification vs. catalog), so they are not fully redundant.

Naming Consistency5/5

All tool names follow a consistent kebab-case pattern with clear verb-noun or noun-only structures (e.g., 'normalize-url', 'inspect-robots', 'validate-json'). No mixed conventions or irregular naming.

Tool Count5/5

With 11 tools, the set is well-sized for a utility collection covering URL, HTTP, JSON, time, and language functions. It is within the typical 3-15 range and does not feel bloated or sparse.

Completeness3/5

The tools cover a diverse set of standalone web/REST utilities, but there is no cohesive domain or lifecycle (e.g., no CRUD operations, no clear workflow). Some areas could be missing (e.g., DNS lookup, header inspection), but each tool is self-contained for its stated purpose.