Skip to main content
Glama

16 hex chars

compatibility

Show how this request is classified. No identifiers are retained.

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.6/5.0
Behavior3/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 add one concrete behavioral trait: 'No identifiers are retained,' which signals a privacy/stateless property. However, it does not disclose whether the operation is read-only, whether any data is transmitted, or what side effects exist, so the disclosure is only partial.

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

Conciseness4/5

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

The description is very short, front-loaded, and contains no filler. Each sentence has a purpose: one states an intent, the other states a privacy guarantee. It loses a point because the main intent sentence is vague and does not carry enough meaning to stand alone.

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?

With four optional parameters, no output schema, and a large sibling set, this description is not complete enough for correct tool selection or invocation. It never explains what classification output the agent should expect, how the parameters affect the call, or when this tool is relevant. The privacy note is the only context beyond the schema.

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?

Schema description coverage is 100%: url, host, json, and zone each have their own schema-level descriptions. The tool description adds no parameter-level meaning and does not explain how these parameters relate to the classification result, so the baseline of 3 is appropriate.

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 says 'Show how this request is classified' but never defines what classification means, what resource is being acted on, or what the result looks like. It is distinguishable from sibling tools like validate-json or normalize-url only by the tool name, not by the description. This is vague rather than tautological, so it earns a 2.

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 guidance about when to use this tool versus any of its siblings. It does not state prerequisites, exclusions, or alternative tools. An agent has no basis for choosing compatibility over validate-json, citation, domain-shape, or normalize-url.

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

Several tools occupy overlapping URL/time territory: citation, normalize-url, and domain-shape all parse hostnames, while timezone and utc-time both give current time. The descriptions help distinguish them, but compatibility and hex-16 are vague enough that an agent could struggle to select them confidently.

Naming Consistency3/5

Names are consistently lowercase hyphenated, but the pattern is mixed: inspect-robots, normalize-url, and validate-json use verb-noun, while citation, compatibility, status-catalog, and timezone are noun-only. There is no predictable verb_noun scheme, but the readable kebab-case style prevents it from feeling chaotic.

Tool Count4/5

11 tools is within the normal 3-15 range and the server covers several small utility subdomains. However, a few tools like hex-16 and compatibility feel tangential or underdeveloped, making the set slightly less cohesive than ideal.

Completeness3/5

The set covers a reasonable range of stateless web/request utilities: URL parsing, HTTP status, robots inspection, time, and JSON validation. Gaps exist, such as no way to inspect query parameters or request headers, and the time utilities feel disconnected from the URL-focused tools, so the overall surface is moderate rather than complete.