Skip to main content
Glama

eth_isSyncing

Check the sync status of an Ethereum node to confirm it is fully synced before querying blockchain data.

Instructions

Returns the sync status of the Ethereum node. Useful for determining if the node is fully synced before relying on its data.

Args:

  • network (string, optional): Ethereum network to query, defaults to 'mainnet'

Returns:

  • false if the node is not syncing (fully synced)

  • Object with startingBlock, currentBlock, and highestBlock (all hex-encoded) if syncing is in progress

Examples:

  • "Check if mainnet node is synced": {}

  • "Check Sepolia sync status": { "network": "sepolia" }

Errors:

  • InternalError: When Infura API is unavailable

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
networkNoThe Ethereum network to query, e.g., 'mainnet' or 'sepolia'.mainnet
response_formatNoOutput format: 'json' for structured data, 'markdown' for human-readable.json
Behavior4/5

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

No annotations provided, so description carries full burden. It describes return values in detail (false when not syncing, object with hex-encoded fields when syncing) and mentions errors. It does not discuss destructive behavior or auth needs, but those are not relevant here.

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 well-structured with clear sections: description, Args, Returns, Examples, Errors. It is concise with no wasted words, and each sentence adds value.

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?

The tool is simple with no output schema. The description explains returns and errors. Missing mention of 'response_format' parameter slightly reduces completeness, as it could help agents understand output formatting options. Otherwise solid.

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

Parameters2/5

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

Schema coverage is 100%, but the description only documents the 'network' parameter in Args and omits 'response_format' entirely. While the schema fully covers both, the description fails to add value for the missing parameter and does not explain output format control.

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 returns the sync status of an Ethereum node, using specific verb 'Returns' and resource 'sync status'. It distinguishes from siblings by focusing on sync status, which is unique among the listed eth_ functions.

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 mentions when to use: 'useful for determining if the node is fully synced before relying on its data.' It does not provide explicit exclusions or alternatives, but the context makes it clear this is the only sync-checking tool.

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/Qbandev/infura-mcp-server'

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