Skip to main content
Glama

UUID shape check

status-catalog

Short catalog of common HTTP status codes.

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

D1.9/5.0
Behavior1/5

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

No annotations are provided, so the description must carry the full behavioral burden, but it discloses nothing—no indication of what the tool does with its inputs, what it returns, or whether it is read-only or has side effects. The schema hint 'discarded after the check' on json implies some validation behavior, but the description itself is silent.

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 only six words with no wasted text, but this is under-specification rather than effective conciseness. For a tool with four heterogeneous optional parameters, the lack of any structural guidance (e.g., how inputs map to behavior) makes the brevity a liability.

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?

The description is severely incomplete. Given four unrelated-looking optional parameters, no output schema, and no annotations, the description should explain what the parameters are for and what the agent should expect in return; it explains neither, so an agent cannot reliably select or invoke the tool.

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) already having its own descriptive text, so the schema carries the parameter meaning—baseline is 3. The tool description adds zero parameter-level insight and is actually disjoint from the parameters, but per the rubric the high schema coverage keeps this at baseline.

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 identifies the subject matter ('common HTTP status codes') and is distinct from the sibling tool names, so an agent can tell this tool is about status codes. However, it lacks a clear action verb—it does not say whether the tool lists, fetches, or looks up the catalog—and it does not explain how the four input parameters (url, host, json, zone) relate to a status-code catalog.

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?

There is no usage guidance at all. The description neither states when to use this tool nor mentions any alternative or exclusion condition, leaving the agent to guess from the tool name and sibling list.

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

A few clusters overlap—citation and normalize-url both analyze URLs, and timezone and utc-time both provide current time—but the descriptions generally make the intended output clear. The vague 'compatibility' tool adds some ambiguity, but no tools are truly indistinguishable.

Naming Consistency3/5

All names use lowercase hyphenation, but the naming pattern is mixed: some are verb-noun (inspect-robots, normalize-url, validate-json), while others are noun compounds (domain-shape, status-catalog) or single nouns (citation, timezone). This is readable but not predictably consistent.

Tool Count4/5

11 tools is within the reasonable 3-15 range and each tool has a distinct purpose. However, the set spans URL inspection, time, UUID, JSON, and HTTP status, so it feels slightly broader than the server name implies.

Completeness4/5

For a shape and inspection utility server, the main categories are covered: URL normalization, robots.txt inspection, HTTP status, timezone lookup, current time, JSON validation, and UUID shape checking. Minor gaps exist like redirect chains or JSON schema validation, but the core surface is not severely incomplete.