Skip to main content
Glama

stellar_network_health

Check the health of your configured Stellar RPC endpoint to verify connectivity and network status before sending transactions or querying the network.

Instructions

Check the health of the configured RPC

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
outputNoFormat of the output
rpcUrlNoRPC server endpoint
networkNoName of network to use from config
configDirNoLocation of config directory
rpcHeadersNoRPC Header(s) to include in requests to the RPC provider
networkPassphraseNoNetwork passphrase

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.1

TDQS

C2.6/5.0
Behavior2/5

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

With no annotations, the description carries the full behavioral burden. It does not say whether the call mutates anything, what constitutes 'healthy', what happens on failure/timeout, or whether auth is required. 'Check' implies a read, but nothing confirms it.

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 no padding. It is efficient, though its brevity comes at the cost of the missing detail noted elsewhere.

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 tool with six optional parameters, nested header objects, no annotations, and no output schema, the description is far too thin. It explains neither what the health check evaluates nor what its result conveys.

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%, so every parameter is already documented in the schema. The description adds no parameter meaning, which makes baseline 3 appropriate, though it could have clarified how rpcUrl/network/configDir interact with the 'configured RPC'.

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?

States a specific verb and resource ('check ... health of the RPC'), which is enough to identify the operation. However, it says 'the configured RPC' while the schema exposes rpcUrl/network/configDir overrides, so it is ambiguous which endpoint is actually checked, and it does not distinguish itself from siblings like stellar_doctor or stellar_network_info.

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?

No when-to-use guidance, no prerequisites, and no mention of alternatives such as stellar_doctor or stellar_network_info. The agent is left to infer the context entirely.

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

Deploy Server

Other Tools