Skip to main content
Glama

URL Normalize

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.9/5.0
Behavior1/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 does not disclose what the tool returns (e.g., ISO 8601 string), whether it accepts parameters, how timezone is handled, or any side effects. 'Current UTC timestamp' is not enough behavioral information for an agent to know the tool's exact output or limitations.

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?

The description is extremely short ('Current UTC timestamp.'), which is concise but likely under-specified. It front-loads the core idea but fails to earn its place because it omits necessary context like return format or parameter usage.

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?

Given the tool has 4 parameters (none required), no output schema, and no annotations, the description is critically incomplete. An agent cannot determine why the tool takes a url, host, json, or zone parameter when the description only mentions a timestamp.

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?

The input schema has 4 parameters with full 100% schema description coverage, and the description adds no parameter information. Per the rubric baseline, with high coverage the score is 3. However, the parameters (url, host, json, zone) seem unrelated to 'UTC timestamp', and the description does not clarify how or whether these parameters affect the tool's behavior, which could mislead an agent.

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 'Current UTC timestamp' states the resource (UTC time) and a verb-like intent (fetch/return), but it does not clearly explain what the tool actually does beyond naming it. It does not distinguish it from siblings like citation or domain-shape, and the tool name 'utc-time' plus the description are nearly tautological.

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 indication of when to use this tool versus alternatives. No context is given for the intended use case (e.g., checking current time, validating timezones, logging), and no exclusions or alternatives are mentioned.

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

Several tools are distinct, but citation and normalize-url both return URL-derived fields, and timezone/utc-time overlap in purpose. compatibility is vague enough that an agent could struggle to know when to use it over the URL inspection tools.

Naming Consistency2/5

Names mix bare nouns (citation, timezone, compatibility) with verb-noun forms (inspect-robots, normalize-url, validate-json). The hyphenated style is consistent, but the grammatical pattern is not, making the set feel ad hoc.

Tool Count3/5

Ten tools is not inherently too many, but the set includes unrelated areas like timezones, HTTP status codes, and JSON validation under a URL Normalize server. Several tools do not clearly earn their place relative to the stated purpose.

Completeness2/5

The only tool directly addressing the server's core purpose is normalize-url, and it only returns origin, host, and path. Missing URL comparison, query/fragment handling, or rewrite capabilities leaves the main workflow incomplete, while unrelated tools do not fill those gaps.