Skip to main content
Glama

ping

Check XRPL server connectivity and measure response time by sending a test request to the selected network (mainnet, testnet, or devnet).

Instructions

Ping the XRPL server to check connectivity and measure response time

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
networkNoThe XRPL network to ping (default: mainnet)
Behavior4/5

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

With no annotations, the description carries full behavioral disclosure. It adequately conveys the tool's action (ping) and what it measures (response time), though it doesn't detail the output format or any potential side effects. For a simple connectivity tool, this is sufficient transparency.

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 a single, front-loaded sentence with no unnecessary words. It efficiently states the action and purpose without redundancy.

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

Completeness5/5

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

For a tool with one optional parameter and no output schema, the description plus schema fully specify the input and behavior. The simplicity of a ping operation means no further details are needed for completeness.

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?

The schema covers 100% of parameters with a clear description for 'network', including its enum values and default. The tool description does not add parameter semantics, but the schema provides the necessary meaning, so the baseline of 3 is appropriate.

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 the specific verb 'ping' and identifies the resource 'XRPL server', clearly stating the tool's purpose of checking connectivity and measuring response time. This distinguishes it from sibling data-retrieval tools like get_account_info or get_ledger.

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

Usage Guidelines4/5

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

The usage context is clear: it is for connectivity checks and latency measurement, which is a unique function among the siblings. Although it doesn't explicitly state when not to use it, there are no direct alternatives for this network diagnostic, so the purpose is self-evident.

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

Install Server

Other Tools

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/esonica/mcp_xrpl'

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