Skip to main content
Glama

SHA-1, input discarded

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

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

There are no annotations and the description does not disclose any side effects, permissions, read-only/read-write behavior, or error handling. The user cannot infer whether this tool modifies data or is purely informational.

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 sentence and grammatically simple, but it is too sparse to be useful. It omits essential details about functionality and parameter usage, making it under-informative rather than appropriately concise.

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 tool's apparent simplicity, the description still fails to explain what the catalog contains, how to query it, or how the listed parameters relate to the tool's purpose. The description is incomplete and leaves the user unable to invoke the tool correctly.

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 parameters (url, host, json, zone) are described with phrases like 'HTTPS URL to normalize or cite' and 'JSON text to validate; discarded after the check', which have no apparent connection to an HTTP status code catalog. The parameter descriptions are confusing and likely mismatched, providing no clarity on how to use the tool.

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 states it is a 'catalog of common HTTP status codes' but lacks a specific verb or action (e.g., look up, list, retrieve). It is unclear whether the tool returns a single code, a list, or performs a lookup. The purpose is too vague to differentiate from sibling tools like validate-json or timezone.

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 or when to prefer alternatives. There is no mention of typical use cases, prerequisites, or examples. The description gives no context for selecting this tool over the sibling tools.

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

Several tools overlap in purpose: citation, normalize-url, and domain-shape all deal with URL/hostname details, while timezone and utc-time both provide time-related data. This creates ambiguity and potential misselection.

Naming Consistency2/5

Names mix single-word nouns (citation, timezone), hyphenated descriptors (domain-shape, normalize-url), and odd forms like sha1-ok. There is no consistent verb_noun pattern or naming convention.

Tool Count3/5

Eleven tools is within a typical range, but the collection feels like an arbitrary bundle of unrelated utilities rather than a focused server, making the count seem heavier than justified.

Completeness2/5

The tools span URL parsing, HTTP status, time, JSON validation, robots.txt, and hashing, but no coherent domain emerges. As a result, it is unclear what workflow is being supported, and obvious coverage gaps exist for any single intended purpose.