Skip to main content
Glama

Miles to kilometers

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

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

The description reveals the input transformation (dropping query/fragment), but it does not disclose how the extra input parameters (host, json, zone) are handled, whether they are ignored, or any error behavior. With no annotations, this is a significant gap.

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 a single, concise sentence with no redundant content. It is very easy to parse.

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 definition is incomplete for correct invocation because the schema/param mismatch is unexplained. It also lacks output format details (how origin, host, and path are returned) and any error semantics, despite having no output schema to fall back on.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema lists four params, but the description only supports 'url'. The param descriptions are contradictory: 'host' is described as an input while the tool returns a host, and 'json'/'zone' imply unrelated functionality. This is actively misleading for invocation.

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 clearly states the tool returns the origin, host, and path of a URL and drops query/fragment. It lacks explicit mention of 'normalization' or comparison to sibling tools, but the core purpose is unambiguous.

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

Usage Guidelines3/5

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

Usage is implied by the function itself—use when URL components are needed—but there is no explicit guidance about when to prefer this over sibling tools like citation or domain-shape, nor any conditions/exclusions.

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

Each tool name and description clearly targets a distinct function (URL parsing, timezone lookup, JSON validation, etc.), with no overlap or ambiguity.

Naming Consistency5/5

All tool names use a consistent lowercase-hyphenated format (e.g., 'normalize-url', 'status-catalog'), following a uniform naming convention.

Tool Count4/5

11 tools is a reasonable number for a general utility set, though some tools (like 'citation' and 'compatibility') seem abstract and may overlap conceptually with others.

Completeness2/5

The server name 'Miles to kilometers' implies a unit conversion focus, but none of the tools perform any unit conversion. The toolset is a hodgepodge of unrelated utilities, making it incomplete for its stated purpose.