Skip to main content
Glama

Language it

domain-shape

Split a hostname into labels without WHOIS or ownership data.

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/5.0
Behavior1/5

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

The description does not disclose side effects, read-only behavior, or any operational details beyond the vague 'without WHOIS or data' phrase.

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

Conciseness2/5

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

The description is a single short sentence, but the awkward 'without WHOIS or data' phrase makes it confusing and poorly structured.

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 mismatch between the described action and the unrelated parameters (json, timezone, url), the description lacks essential context for correct usage.

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?

The schema describes each parameter individually, but the tool description does not clarify how 'url', 'json', or 'timezone' relate to splitting a hostname, leaving their roles ambiguous.

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 verb 'split' and resource 'hostname' are clear, but the trailing phrase 'without WHOIS or data' is confusing and undermines clarity.

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 provided on when to use this tool versus alternatives, and no context is given for the intended invocation.

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

Several tools overlap in purpose: citation, normalize-url, and domain-shape all analyze URLs/hostnames, while iana-zones, timezone, and utc-time all relate to time. compatibility is vague and could be confused with citation or status-catalog. Only a few tools have truly distinct, non-overlapping functions.

Naming Consistency3/5

All names use lowercase hyphenation, which is a consistent visual style. However, the pattern is inconsistent: some are imperative verbs (normalize-url, inspect-robots, validate-json) while others are noun phrases (citation, compatibility, timezone, status-catalog). The names are readable but do not follow a predictable verb_noun convention.

Tool Count4/5

Eleven tools is a reasonable count for a utility server and falls within the typical well-scoped range. Some tools feel trivial or overlapping, such as lang-it and the multiple time-related tools, but the total is not excessive.

Completeness2/5

The tool set has no coherent unifying domain: it mixes URL parsing, HTTP status, time, JSON validation, robots.txt, and a language tag. Obvious operations like URL validation, timezone conversion, or HTTP status details are missing, and the grab-bag nature makes it impossible to assess complete lifecycle coverage.