Skip to main content
Glama

JWT header shape, payload discarded

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

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

The description adds one genuinely useful behavioral guarantee: 'No identifiers are retained' — this addresses privacy and side effects. However, with no annotations and no output schema, it remains unclear whether this tool performs a remote call, mutates state, or depends on all/some of the input fields. The disclosure is partial, not comprehensive.

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?

Two short sentences with no filler. The primary action is front-loaded, and the privacy statement is the only additional sentence, earning its place as high-value behavioral context.

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?

Although parameter documentation is complete, the tool's core behavior is under-specified: it has four mutually-related optional inputs, no output schema, and no explanation of what classification result an agent should expect. The ambiguous relationship between the inputs and the classification output makes the description incomplete for safe invocation.

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%, with each parameter (url, host, json, zone) individually documented. The tool description adds no parameter-level meaning, so the baseline 3 applies: the schema carries the heavy lifting and the description does not need to compensate.

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 uses a specific verb ('Show') and identifies the target resource ('this request'), but it never explains what the classification is or what dimensions are being classified. It is not a tautology, yet it is vague enough that an agent cannot predict what categories or labels the tool will return.

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?

No guidance is given about when to use this tool versus siblings like 'normalize-url', 'validate-json', or 'timezone'. There are no exclusions, prerequisites, or examples, so an agent must infer when this classification tool is the right choice.

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

Several tools overlap in the URL/host/status space: citation, normalize-url, and domain-shape all return host-like information, and compatibility is vague. The descriptions help separate them, but an agent could still misselect when looking for a specific URL metric.

Naming Consistency2/5

Names mix single-word nouns like citation and timezone, noun phrases like domain-shape and status-catalog, and verb-led names like normalize-url and validate-json. All use kebab-case, but there is no consistent verb/noun pattern across the set.

Tool Count4/5

Eleven tools is within a reasonable range for a utility server. Most tools have narrow, distinct purposes, though a few time-related and URL-related tools feel somewhat redundant.

Completeness3/5

The set covers URL normalization, JSON/JWT inspection, robots, HTTP status, and time utilities, but the lack of a single cohesive domain leaves noticeable gaps. For example, there is no generic URL validation, no HTTP header inspection, and the compatibility tool is underspecified.