Skip to main content
Glama

midnight_network_status

Check health of Midnight Network services including Indexer, Proof Server, Node RPC, block height, and network ID. Debug connectivity issues and verify network status.

Instructions

Check the health status of Midnight Network services.

Returns the status of:

  • Indexer (GraphQL API for blockchain data)

  • Proof Server (ZK proof generation)

  • Node RPC (transaction submission)

  • Current block height

  • Network ID

Use this tool to:

  • Verify network connectivity before operations

  • Debug connection issues

  • Check service latency

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
networkNo
indexer_urlNo
proof_server_urlNo
node_urlNo
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It describes the return values but does not explicitly state that the tool is read-only or has no side effects. It is adequate but lacks details on auth or latency implications.

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 front-loaded with a clear summary, followed by a bullet list of returned items and then usage guidelines. It is well-structured and concise, though not extremely 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?

Given the lack of parameter descriptions and no output schema, the description is incomplete. It does not explain how to use the parameters or handle errors, which are essential for a network status tool.

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

Parameters1/5

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

Schema description coverage is 0% and the tool description does not explain the parameters (network, indexer_url, etc.). Users are left to guess their purpose and usage. This is a critical gap for a tool with 4 parameters.

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 clearly states it checks health status of Midnight Network services and lists specific components (Indexer, Proof Server, Node RPC, block height, Network ID). It distinguishes from sibling tools like midnight_compile_contract or midnight_transfer_tokens, and from the generic get_server_status sibling by being Midnight-specific.

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 description explicitly states use cases: 'Verify network connectivity before operations', 'Debug connection issues', 'Check service latency'. It does not provide when-not or alternatives, but the context is clear for a simple health check.

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/DaJo-Code/midnight-nextjs-mcp'

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