Skip to main content
Glama

HashPilot

by justmert

estimate_gas

Calculate the gas cost for Hedera transactions by specifying sender, receiver, network, and optional details like value or contract data using the HashPilot MCP server.

Instructions

Estimate gas for a transaction

Input Schema

NameRequiredDescriptionDefault
dataNoTransaction data for contract calls (optional)
fromYesFrom address (Hedera account ID or 0x address)
networkNoNetwork to query (mainnet, testnet, previewnet). Default: testnet
toYesTo address (Hedera account ID or 0x address)
valueNoAmount in HBAR to send (optional)

Input Schema (JSON Schema)

{ "properties": { "data": { "description": "Transaction data for contract calls (optional)", "type": "string" }, "from": { "description": "From address (Hedera account ID or 0x address)", "type": "string" }, "network": { "description": "Network to query (mainnet, testnet, previewnet). Default: testnet", "enum": [ "mainnet", "testnet", "previewnet" ], "type": "string" }, "to": { "description": "To address (Hedera account ID or 0x address)", "type": "string" }, "value": { "description": "Amount in HBAR to send (optional)", "type": "string" } }, "required": [ "from", "to" ], "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