Skip to main content
Glama

HashPilot

by justmert

get_block_info

Retrieve detailed information about a specific block on Hedera blockchain networks, including mainnet, testnet, or previewnet. Specify the block number or 'latest' to access current block data.

Instructions

Get information about a specific block

Input Schema

NameRequiredDescriptionDefault
blockNumberYesBlock number or 'latest'
networkNoNetwork to query (mainnet, testnet, previewnet). Default: testnet

Input Schema (JSON Schema)

{ "properties": { "blockNumber": { "description": "Block number or 'latest'", "type": "string" }, "network": { "description": "Network to query (mainnet, testnet, previewnet). Default: testnet", "enum": [ "mainnet", "testnet", "previewnet" ], "type": "string" } }, "required": [ "blockNumber" ], "type": "object" }
Install Server

Other Tools from HashPilot

Related Tools

    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/justmert/hashpilot'

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