Skip to main content
Glama

UTC hour

normalize-url

Return origin, host, and path for a URL. Query and fragment are dropped.

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

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

The description discloses the main behavior (dropping query and fragment) but does not mention any side effects, errors, or edge cases. The mismatch between the description and the parameter list also obscures the actual behavior of the tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise and directly states the core functionality in one sentence, with no unnecessary filler or verbose language.

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 description is incomplete for a tool with four parameters. It does not explain how the parameters relate to the described behavior, nor does it provide any context about the expected input format or output structure, leaving significant gaps for the agent.

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?

Only the 'url' parameter is implicitly mentioned in the description, but the other parameters ('host', 'json', 'zone') are completely unexplained and appear unrelated to the stated purpose. This leaves the agent uncertain about how to populate these fields.

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

Purpose3/5

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

The description clearly states the tool's output (origin, host, path) and behavior (drops query/fragment), but the purpose is somewhat undermined by the presence of unrelated parameters (host, json, zone) that are not explained or connected to the described 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?

The description does not provide any guidance on when to use this tool versus alternatives (e.g., when a full URL normalization is needed vs. other URL-related tools among siblings). No explicit conditions or examples are given.

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

D1.9/5.0
Disambiguation3/5

Several tools operate on URLs (citation, normalize-url, domain-shape, compatibility) with overlapping inputs but different outputs, and hour-utc vs utc-time are close in purpose. Descriptions mostly clarify the distinction, but an agent could easily select the wrong URL-analysis tool without deeper inspection.

Naming Consistency2/5

Names mix single nouns (citation, compatibility, timezone) with hyphenated compounds that alternate verb-first (normalize-url, inspect-robots) and noun-first (status-catalog, domain-shape). No consistent verb_noun or action-object pattern is present.

Tool Count3/5

Eleven tools is within a reasonable count range, but the set spans time, URL parsing, HTTP status, and JSON validation with no unifying scope. Several tools feel like a grab-bag rather than a focused server, so the count is not fully earned.

Completeness2/5

The time tools lack basic conversions or formatting options, and the URL tools have no clear workflow for fetching, parsing, and classifying content. For the apparent 'web/URL utilities plus time' scope, there are significant gaps that would force agents to work around missing functionality.