Skip to main content
Glama

osint-terminal

Httping

httping

HTTP Ping: Reachability + response timing

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.4/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 behavioral disclosure burden. It does reveal two meaningful outcomes—reachability and response timing—but does not explain that it sends an HTTP request to the target, what 'reachable' means, or any timeout/redirect behavior. This is a minimal disclosure, not a transparent one.

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 text is extremely brief and front-loaded with the action and outcomes, and there is no wasted wording. However, it reads more like a subtitle than a functional description, providing too little substance to be considered well-structured for an agent-facing definition.

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 no annotations, zero schema coverage for the input, and no usage guidance, the description leaves critical gaps: what to pass in q, expected call behavior, and when to choose this tool. The output schema may document return values, but the input and selection context remain unexplained.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema has one parameter, q, with no description and the schema description coverage is 0%. The tool description never mentions q, so an agent cannot determine whether q expects a URL, hostname, IP, or query string. The parameter is effectively undocumented.

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 phrase 'HTTP Ping: Reachability + response timing' names a specific operation (ping over HTTP) and the two expected outcomes, which makes the tool's core function clear. It is distinct from siblings like httpcode, portscan, or hostname because 'ping' implies a connectivity and latency check. However, it does not explicitly state the target input (URL/host), so it stops short of full clarity.

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?

The description provides no guidance on when to use this tool versus alternatives such as httpcode, httpstatus, or portscan. There are no conditions, exclusions, or mentions of sibling tools. An agent is left to infer the use case solely from the name and terse phrase.

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