Skip to main content
Glama

Flux Cloud

Network overview

flux_get_network_info

Node counts by tier, current block height, FLUX/USD rate and the deployment payment address.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fluxIdPrivateKeyNoWIF private key of the Flux ID that owns the app. Use a dedicated key from flux_generate_keys, never a main wallet key.
paymentPrivateKeyNoWIF private key of the Flux address that pays. Fund it with only what you intend to spend.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.9/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 but only enumerates return values. It does not disclose whether this is read-only, why two private keys are involved, whether the keys are sent to a remote node, or any safety profile. This is a significant omission for a tool that accepts wallet keys.

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 noun phrase lists the most important return contents without filler. It is efficient, though the lack of a verb or contextual clause slightly reduces clarity.

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?

No output schema exists, so the description does a decent job listing returned data, but it says nothing about the two sensitive private key parameters or the safety/read-only nature of the call. For a tool that accepts wallet private keys, this is materially incomplete.

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 the schema already fully documents both private key parameters with usage warnings. The description adds no parameter meaning, which is the expected baseline when the schema is complete.

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

Purpose4/5

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

The description names specific return data (node counts by tier, block height, FLUX/USD rate, payment address), which is more than a restatement of the name. However, it does not explicitly differentiate from the closest sibling flux_get_pricing or state that this is a read operation.

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 alternatives, no conditions for calling this versus flux_get_pricing or flux_get_app. The description only lists outputs, leaving the agent to infer context from the tool name alone.

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.