agentek-eth

by NaniDAO
Verified

estimateGas

Calculate gas costs for Ethereum transactions by providing chain ID, recipient address, data, and value. Streamline transaction planning and optimization on the agentek-eth MCP server.

Instructions

Estimate gas for a transaction

Input Schema

NameRequiredDescriptionDefault
chainIdNo
dataNo
toYes
valueNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "chainId": { "type": "number" }, "data": { "type": "string" }, "to": { "type": "string" }, "value": { "type": "string" } }, "required": [ "to" ], "type": "object" }

You must be authenticated.

Other Tools from agentek-eth

Related Tools

ID: embaq2gcce