Skip to main content
Glama

x402-ping

Ping: HTTP ping a URL: returns status code and latency with SSRF protection.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNoUrl to process
hostNoHost to process
targetNoTarget to process

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • addedInput schema / properties / url
      Added value: +{
      +  "description": "Url to process",
      +  "type": "string"
      +}
  2. First observed

TDQS

B3/5.0
Behavior3/5

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

With no annotations, the description carries the full burden, and it does disclose the return shape (status code and latency) and a security behavior (SSRF protection) — useful context beyond the schema. It says nothing about timeouts, redirect following, HTTP method, error behavior, or whether the call is safe/read-only, leaving meaningful behavioral gaps for a network-facing tool.

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

Conciseness4/5

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

A single front-loaded sentence with the core action first and the outputs and safety note following. Efficient and free of padding, though the colon-chained phrasing is slightly clipped.

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

Completeness3/5

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

No output schema and no annotations, so the description is the only source of behavioral detail; it covers outputs and SSRF handling, which is a reasonable start. But it omits any explanation of the three overlapping input parameters and any timeout/error semantics, leaving an agent under-informed for a 3-param network tool.

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

Parameters2/5

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

Schema coverage is nominally 100%, but the three parameter descriptions are vacuous placeholders ('Url to process', 'Host to process', 'Target to process'), so the schema conveys no real meaning. The description mentions only 'a URL' and never explains the relationship among url/host/target or which one to supply — a genuine ambiguity for a 3-parameter tool. This falls below the baseline-3 case because the schema text adds no semantic value.

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 states a concrete verb and resource ('HTTP ping a URL') and names its outputs (status code, latency), which is far more specific than a bare 'ping'. It does not, however, differentiate itself from close siblings like x402-ping-check or x402-liveness-check-v1, so an agent cannot tell which ping variant to pick from the text alone.

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?

There is no statement of when to use this tool versus the many sibling alternatives (ping-check, liveness-check-v1, uptime, http-analyze). No prerequisites, no exclusions, no context about what makes this the right choice.

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