Skip to main content
Glama

Get bloxberg network info

get_network_info

Retrieve bloxberg network details: chain ID, latest block, gas price, node version, endpoints, and all available networks.

Instructions

Overview of a bloxberg network: chain id, latest block number, gas price, node client version, and public endpoints. Also lists all networks this server knows.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
networkNoTarget network: "l1" = bloxberg mainnet (chainId 8995), "l2-testnet" = bloxberg 2.0 testnet (chainId 77888). Defaults to "l1".l1
Behavior3/5

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

No annotations are provided, so the description carries the burden of contextual disposition. The verbs 'Overview' and 'lists' imply a read-only operation, but there is no explicit statement that no side effects occur or that no authentication or rate considerations apply. The description is adequate but underest-ulaed in disclosing edge behaviors.

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 extremely concise—two sentences—and each adds useful info: the first lists the network fields returned; the second notes it also enumerates all known networks. No irrelevant details or fluff are present.

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

Completeness4/5

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

For a simple info-generation with no required params and no output schema, the description lists enough return contents (chain id, latest block, gas, client version, endpoints, all networks) to convey the output. It does not specify error behavior or a formal return shape, which are not needed and lightly interrupts 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 input schema fully documents the only parameter, including enum values and default, so the baseline is 3. The tool description adds no additional meaning beyond what the schema already states about the network parameter. This is acceptable because the schema coverage is high.

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 clearly states the tool returns a network overview with specific fields: chain id, latest block number, gas price, node client version, and public endpoints. It also adds the all-networks behavior. However, it does not start with an explicit verb; the phrase 'Overview of a...' is more noun-like than a direct command such as 'Get the network.' This keeps it just short of a top-score.

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 gives clear context that this tool is for network metadata rather than blob or transaction information, and the listed fields make the intended use obvious. It does not explicitly direct the agent to alternatives when off cases arise, so it falls slightly short of full usage guidance.

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/adi-ghag/bloxberg-mcp'

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