estimate_gas
Calculate the gas cost for Ethereum-compatible blockchain transactions by providing recipient address, network, and transaction data. Integrates with EVM MCP Server for accurate estimations.
Instructions
Estimate the gas cost for a transaction
Input Schema
Name | Required | Description | Default |
---|---|---|---|
data | No | The transaction data as a hex string | |
network | No | Network name or chain ID. Defaults to Ethereum mainnet. | |
to | Yes | The recipient address | |
value | No | The amount of ETH to send in ether (e.g., '0.1') |