Skip to main content
Glama

Generate status-code test URL

generate_status_url
Read-only

Return a live URL on https://mcp.httpstatus.com that responds with any HTTP status code 100-599, optionally after a delay (max 10000 ms). Useful for testing error handling, retries and timeouts.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
codeYesHTTP status code to return
delayMsNoArtificial delay before responding

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.6/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and openWorldHint=false, so the safety profile is covered. The description usefully adds that the URL is live and that the delay is bounded at 10000 ms, but says nothing about URL lifetime, whether the code/delay are embedded in the path or query, or rate limits on hitting the generated URL.

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

Conciseness5/5

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

Two sentences, no filler, and the core fact (what is returned) is front-loaded ahead of the supporting use case. Every clause earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With no output schema, the description carries the burden of describing the return value, and it does say the result is a live URL on a named host. It stops short of showing the URL's shape or noting whether the link is persistent, which is the one gap for a generator 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%, and the description largely restates the schema's own bounds (100-599, max 10000 ms). It adds no format or edge-case meaning beyond what the schema documents, so the baseline of 3 applies.

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 gives a specific verb ('Return') and a precisely scoped resource ('a live URL on https://mcp.httpstatus.com that responds with any HTTP status code 100-599'), so an agent immediately understands the output is a URL, not a status check. It does not explicitly differentiate itself from the related sibling generate_dummy_response, which is the only thing keeping it from a 5.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It offers an implied use case ('testing error handling, retries and timeouts') but never states when to prefer this over check_url_status, generate_dummy_response, or the other test helpers. There is no when-not guidance and no named alternative, leaving selection to inference.

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.

Resources