Skip to main content
Glama

ISO week number

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

C2.9/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure, but it only says 'catalog', which suggests a read-only reference without detailing any side effects, input/output behavior, or special constraints. It doesn't disclose what the tool does with the provided URL, host, json, or zone parameters, or what the return value looks like. This is a significant gap for a tool that accepts a heterogeneous set of parameters.

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 a single, short sentence with no filler words. It is appropriately sized for a simple reference tool, though it could add a bit more actionable detail without becoming bloated.

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?

Given the odd mix of parameters (url, host, json, zone) with no required params and no output schema, the description is far from complete. An agent cannot determine what the tool does with these inputs, what it returns, or how it relates to a catalog of HTTP status codes. The description is inadequate for the tool's complexity and ambiguous parameter design.

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?

The schema has 100% coverage for the four parameters, with each having a basic description ('HTTPS URL to normalize or cite', 'Public hostname', 'JSON text to validate; discarded after the check', 'IANA timezone name'). However, the description does not explain why these parameters relate to a catalog of HTTP status codes, and the connection is unclear. Baseline 3 is appropriate because the schema carries the parameter documentation, but the description adds little semantic cohesion.

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 description 'Short catalog of common HTTP status codes' gives a specific subject (HTTP status codes) and indicates it is a catalog/reference, which is reasonably clear. However, it doesn't state the tool's actual behavior—whether it returns codes, maps them, or validates them—so it lacks a strong action verb. It partially distinguishes itself from siblings like 'citation' or 'compatibility' but not explicitly.

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 on when to use this tool versus the sibling tools such as 'citation', 'compatibility', or 'validate-json'. The description only says it is a catalog of status codes, leaving the agent to infer when this is relevant. No explicit when-to-use or alternatives are provided.

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

Most tools are individually distinct, but there are overlapping clusters: citation/normalize-url/domain-shape all inspect URLs, and iana-zones/timezone/utc-time/iso-week all deal with time. The descriptions help separate them, but the boundaries are not always crisp.

Naming Consistency3/5

All names use lowercase kebab-case, but the pattern is inconsistent: some are nouns (citation, timezone), some hyphenated noun phrases (domain-shape, status-catalog), and some are verb-object commands (normalize-url, inspect-robots, validate-json). There is no consistent verb_noun convention.

Tool Count3/5

11 tools is within a reasonable range, but the set is not well-scoped: the 'ISO week number' label covers only one of these tools, and the rest are a collection of unrelated URL, time, HTTP, and JSON utilities. It feels like a grab bag rather than a focused server.

Completeness2/5

There is no coherent domain to assess against. The ISO week number tool stands alone with no date-input or conversion companions, and the URL/time/JSON tools cover only narrow slices of their respective domains. Obvious gaps exist in nearly every cluster.