Skip to main content
Glama

America/Adak clock

status-catalog

Short catalog of common HTTP status codes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
refNoGit ref name; discarded after the shape check
urlNoHTTPS URL to normalize or cite
cityNoCity name for a public weather hint; discarded after the call
feedNoPublic RSS or Atom URL; titles discarded
hostNoPublic hostname
jsonNoJSON text to validate; discarded after the check
pathNoFile path to check; no disk access
zoneNoIANA timezone name
queryNoSearch text; discarded after the length check

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

C2/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 burden of behavioral disclosure, and it discloses nothing. It does not state side effects, return format, error behavior, or that calls are likely read-only. The schema's 'discarded after the check' notes hint at side-effect-free checks, but the description itself adds zero behavioral context.

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

Conciseness3/5

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

A single six-word sentence with zero waste, and the core noun is front-loaded. But this is under-specification rather than disciplined conciseness — 'Short catalog' is soft filler and the sentence omits nearly all operative detail. It is efficiently short at the cost of being nearly content-free.

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?

For a tool with 9 parameters, no output schema, and no annotations, a one-line noun phrase is drastically inadequate. Nothing explains what the catalog returns, how any of the 9 parameters map to a status-code lookup, or what 'discarded' semantics mean operationally. This is far below the minimum viable level for a tool of this complexity.

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%, so the baseline is 3 even without parameter info in the description. The description adds nothing about parameters, and worse, it fails to reconcile the bizarre collection of parameters (Git ref, city weather hint, timezone, JSON validation, file path) with the stated 'HTTP status codes' purpose. Given full schema coverage, 3 is the correct baseline, but the description earns no credit for clarifying how these params relate.

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 names a specific resource ('catalog of common HTTP status codes') which is more than a tautology and roughly distinguishes from siblings like fetch-status or browser-url-ok. However, it is a noun phrase, not a verb+resource, so it never states what operation the tool performs (list codes? look up one code?). The disconnect is severe: the 9 input parameters (ref, url, city, feed, host, json, path, zone, query) have no evident relationship to HTTP status codes, so the purpose is materially obscured.

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 usage guidance whatsoever. The description never says when to call this tool versus any of its 28 siblings, several of which (fetch-status, inspect-robots, web-fetch) overlap with the HTTP/status domain. An agent has no basis to select or exclude this tool.

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.