Skip to main content
Glama

stellar_network_info

Retrieve detailed Stellar network information, such as passphrase, RPC endpoint, headers, and configuration, to verify or debug blockchain connections.

Instructions

Get detailed information about the network

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?

No annotations are provided, so the description must carry the full behavioral burden. 'Get' weakly implies a read operation, but the description says nothing about what information is returned, authentication needs, rate limits, or side effects.

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?

The description is a single front-loaded sentence with no wasted words. It is structurally efficient, though the sentence is so thin that its brevity partly reflects under-specification rather than ideal concision.

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?

The tool has six optional parameters, a nested object, no annotations, and no output schema, so the description should explain more about what network information is returned and when to use this tool. As written, it is materially incomplete for the agent's decision-making.

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 all six parameters are already documented in the input schema. The description adds no additional parameter meaning, making the baseline score of 3 appropriate.

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 description states a verb and resource ('Get detailed information about the network'), so the basic purpose is clear. However, 'detailed information' is vague and the description does not differentiate this tool from siblings such as stellar_network_health, stellar_network_settings, or stellar_network_list.

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 guidance on when to use this tool, what alternatives exist, or what prerequisites or configuration choices (network, rpcUrl) matter. The agent receives no routing context despite many sibling network tools.

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