Skip to main content
Glama

Celestia network state

get_network_state

Current Celestia mainnet metrics from Orion's latest snapshot: height, DA volume (TB), fees, validators (active vs registered), staking ratios, Nakamoto coefficient, jail count, TIA price — with provenance links.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A4.2/5.0
Behavior3/5

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

No annotations are provided, so the description must disclose behavioral traits. It notes that data comes from 'Orion's latest snapshot' (suggesting it may not be live) and includes 'provenance links.' However, it does not explicitly state that the operation is read-only (implied by 'get'), nor does it mention authentication, rate limits, or potential staleness beyond the snapshot wording. This is partial but not comprehensive.

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 a single, dense sentence that front-loads the core purpose and enumerates the specific metrics included. Every word adds value, with no filler or repetition. The structure is ideal for rapid parsing by an AI agent.

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?

Given the tool's simplicity (no parameters, no output schema), the description is fairly complete: it lists the exact metrics returned and notes the inclusion of provenance links. It does not specify the response format (e.g., JSON structure), but the contents are well-covered. For a snapshot getter, this is adequate, though a note on format or update frequency would enhance completeness.

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

Parameters4/5

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

The tool has zero parameters, and the input schema is empty. With no inputs to explain, the description does not need to add parameter semantics. The baseline of 4 applies here, as there is nothing to clarify and the description correctly focuses on outputs.

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 the tool's function: retrieving current Celestia mainnet metrics from a snapshot. It lists specific metrics (height, DA volume, fees, validators, etc.), which distinguishes it from sibling tools like get_metric_history or get_top_validators. The verb 'get' in the name and the explicit resource ('Celestia mainnet metrics') make the purpose unambiguous.

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 establishes clear context: this tool provides a current snapshot of network metrics. It implies usage for obtaining an overview of Celestia's current state. It does not explicitly exclude alternatives or provide when-not-to-use guidance, but the context is sufficient for an agent to select this tool for current network state requests.

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.

TDQS

A4.2/5.0
Disambiguation5/5

Each tool targets a distinct aspect of Celestia data: daily briefs, metric history, namespace details, network state, full reports, signals, top entities, trends, listing, and search. There is minimal overlap, and descriptions clarify the differences.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern using lowercase snake_case (e.g., get_daily_brief, list_reports, search_reports). No mixing of conventions.

Tool Count5/5

11 tools is well-scoped for a blockchain intelligence server, covering current state, historical data, lists, and search without being overwhelming or too sparse.

Completeness5/5

The tool surface provides comprehensive coverage for querying Celestia network status, historical metrics, anomalies, top namespaces/validators, and report retrieval. No obvious gaps for the stated purpose of intelligence gathering.