Skip to main content
Glama

explorer_get_network_utilization

Read-only

Get daily network utilization percentage for a blockchain network over a date range. Specify chain ID and dates to analyze network load.

Instructions

Get daily network utilization percentage for a date range.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sortNoSort order (default asc)
chainIdYesChain ID for the target network (required — no default for indexed data)
endDateYesEnd date (YYYY-MM-DD)
startDateYesStart date (YYYY-MM-DD)
Behavior3/5

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

Annotations already declare readOnlyHint=true and openWorldHint=true, covering the safety profile. The description adds that the output is 'daily' and a 'percentage', but does not disclose additional behavioral details like data freshness, timezone handling, or response format. This is acceptable given the annotations but offers only minimal extra context.

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 sentence with no redundant information. It efficiently states the action, the data granularity, and the date-range scope, making it easily parseable.

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 read-only metric tool with fully documented parameters and annotations, the description sufficiently conveys the core function and expected output granularity. It lacks details about return structure or precise definition of 'network utilization', but given no output schema and the simplicity, it is reasonably complete.

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 provides descriptions for 100% of the parameters, so the baseline is 3. The description does not add any parameter-level detail beyond what is already in the schema, such as date format examples or clarification of the 'sort' parameter. Meaning is fully captured by schema.

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 uses a specific verb 'Get' along with the resource 'daily network utilization percentage' and a clear scope 'for a date range'. This clearly distinguishes it from sibling tools like explorer_get_daily_tx_count or explorer_get_daily_gas_used, which target different metrics.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies the tool is used when network utilization data is needed, but it does not explicitly state when to prefer this tool over alternatives or mention any exclusions. No guidance is given beyond the core function, so it lacks explicit usage differentiation.

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/Apegurus/web3agent'

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