Skip to main content
Glama

agentek-eth

by NaniDAO

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

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/NaniDAO/agentek'

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