Skip to main content
Glama
johnmives

@revxl/devtools

by johnmives

http_status

Provide an HTTP status code to receive its standard name and category. Identify any code's meaning and classification quickly.

Instructions

Look up HTTP status code name and category

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
codeYesHTTP status code (e.g. 404)

Schema Changelog

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

  1. First observedv1.0.2

TDQS

A3.8/5.0
Behavior3/5

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

With no annotations, the description carries the burden of explaining behavior. It indicates a read-only lookup and the kind of result returned, but it does not describe how invalid codes are handled, what the return shape looks like, or how categories are conveyed.

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?

The description is one short sentence with no filler and the key action is front-loaded. Every word contributes to understanding what the tool does.

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?

For a single-parameter lookup utility, the description combined with the schema sufficiently covers input and overall output. It would be slightly stronger if it enumerated common categories or return formats, but nothing critical is missing for correct invocation.

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%: the code parameter is already described with an example (404). The tool description adds no additional semantic detail about valid ranges, formats, or constraints, so the baseline of 3 applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb ('look up') with a clear resource ('HTTP status code') and result ('name and category'). It is unambiguous and distinct from the utility siblings such as regex, base64, and json_query.

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?

The description implies when to use the tool: whenever HTTP status code metadata is needed. It does not provide explicit when-not-to-use guidance, but there are no closely related sibling tools that create confusion.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/johnmives/revxl-devtools'

If you have feedback or need assistance with the MCP directory API, please join our Discord server