Skip to main content
Glama

HTTP 504 gateway-timeout

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/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It only notes 'No identifiers are retained,' which is a privacy guarantee, but it fails to disclose whether the operation is read-only, what happens to the inputs, whether any side effects occur, or what the output format looks like. This is a significant gap for a tool that accepts arbitrary URLs and JSON.

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?

The description is two short sentences with no fluff, so it is compact. However, the content is under-specified – the first sentence is vague and the second is a privacy note. It is not front-loaded with useful information because the core purpose is unclear. It earns a middle score: concise in form but not in substance.

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 four optional parameters, no output schema, and no annotations, the description is severely incomplete. It fails to explain what 'classification' means, what the tool does with the inputs, what the response looks like, or when to use it. This is wholly inadequate for an agent to invoke the tool correctly.

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 all four parameters (url, host, json, zone) are documented in the schema. However, the description adds no meaning about how these parameters relate to 'classification' – it doesn't explain their roles or how they interact. Since the schema already documents the parameters, the baseline 3 applies, but the description offers no added value beyond the schema.

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 says 'Show how this request is classified' – a vague verb and resource. It doesn't specify what 'classified' means (e.g., compatibility with a standard, request type, or something else), nor does it differentiate from siblings like normalize-url or validate-json. It's not a tautology but is too ambiguous to inform selection.

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 guidance on when to use this tool versus alternatives. It doesn't mention any context, exclusions, or prerequisites. An agent has no way to decide between this and the many sibling tools with overlapping input parameters.

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.