Skip to main content
Glama
tatumio

Tatum MCP Server

Official

eth_estimate_gas

Estimate gas price and units required for Ethereum transactions using up-to-date block and mempool data. Convert fees from wei to Gwei before submission.

Instructions

[fee_estimation] 10 credits per API call Get an estimated gas price and the number of gas units needed for an Ethereum transaction. The gas price is obtained from multiple sources and calculated based on the latest N blocks and the current mempool state. The fast gas price is used by default. NOTE: The estimated gas price is returned in wei. However, when making the transaction itself and providing the custom fee, you have to provide the gas price in Gwei. Make sure to convert the estimated gas price from wei to Gwei before submitting your transaction.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
x-testnet-typeNoType of Ethereum testnet. Defaults to ethereum-sepolia.
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries full burden and does well: it discloses the API cost (10 credits per call), explains the gas price calculation methodology (from multiple sources, latest N blocks, mempool state), specifies default behavior (fast gas price), and notes the return unit (wei) with conversion requirement. It doesn't mention error conditions or rate limits, but covers key behavioral aspects.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is appropriately sized (3 sentences) and front-loaded with the core purpose. The note about unit conversion is essential but could be slightly more concise. Every sentence adds value, with no redundant information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with no annotations, no output schema, and one well-documented parameter, the description provides good context: purpose, usage guidance, behavioral details (cost, calculation method, defaults), and critical conversion note. It doesn't describe the output format (though hinted via 'estimated gas price' and 'number of gas units'), which is a minor gap given no output schema.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100% (the single parameter 'x-testnet-type' is fully documented in the schema with description and enum). The description doesn't add any parameter-specific information beyond what the schema provides, which is acceptable given the high schema coverage. Baseline 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the specific action ('Get an estimated gas price and the number of gas units needed for an Ethereum transaction'), identifies the resource (Ethereum transaction), and distinguishes it from siblings by specifying Ethereum (vs. BSC, Celo, etc. in sibling tools). It goes beyond the tool name to explain what the estimation includes.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides clear context for when to use this tool (for Ethereum transaction fee estimation) and includes a critical note about converting wei to Gwei for actual transactions. However, it doesn't explicitly state when not to use it or name specific alternatives among siblings (e.g., eth_estimate_gas_batch for batch operations).

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Related Tools

Latest Blog Posts

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/tatumio/tatum-mcp'

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