Skip to main content
Glama

x402-liveness-check-v1

x402-liveness-check-v1: Service liveness probe. 🆓 5 free trial calls per signed wallet

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNoUrl to process
methodNoMethod to process
targetNoTarget to process
expectStatusNoExpectStatus to process

Schema Changelog

Changes observed during successful MCP inspections.

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

TDQS

C2.4/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 disclosure burden. It does add one genuinely behavioral fact — the tool is a paid x402 endpoint offering 5 free trial calls per signed wallet, implying wallet signing/auth. However, it never states what the probe returns (status, latency, boolean), timeout/retry behavior, or side effects of the outbound request, which is the core behavioral context for a liveness 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?

Two short, front-loaded sentences with no filler; the purpose comes before the pricing note. Minor waste in restating the tool name verbatim at the start, but overall tight.

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?

For a 4-parameter network probe with no annotations and no output schema, the description should explain the request shape and what a result looks like. It omits the return semantics entirely, says nothing about the parameters, and gives no differentiation from the many similar health-check siblings, so an agent cannot invoke it confidently.

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 every field description is a placeholder of the form 'X to process' ('Url to process', 'Target to process'), which conveys no actual meaning. The description adds nothing to disambiguate url vs target, explain what 'method' expects, or clarify why expectStatus is typed as a string rather than a number — leaving four parameters semantically opaque.

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

Purpose3/5

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

The phrase 'Service liveness probe' states a recognizable operation and resource, so an agent can tell it checks whether something is alive. But it is essentially an expansion of the tool's own name (x402-liveness-check-v1) and gives no basis for distinguishing it from siblings like x402-ping-check, x402-uptime, or x402-service-detect that plausibly do the same thing.

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 when-to-use statement, no prerequisites, and no mention of any alternative. With many overlapping network-health siblings in the catalog (ping, ping-check, uptime, platform-uptime, rpc-health), the absence of routing guidance is a real gap rather than an acceptable omission.

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