Skip to main content
Glama

Grove's MCP Server for Pocket Network

estimate_gas

Calculate gas costs for blockchain transactions before execution to manage fees and avoid failed transactions across multiple networks.

Instructions

Estimate gas required for a transaction

Input Schema

NameRequiredDescriptionDefault
blockchainYesBlockchain name
networkNoNetwork type (defaults to mainnet)
transactionYesTransaction object with from, to, data, value, etc.

Input Schema (JSON Schema)

{ "properties": { "blockchain": { "description": "Blockchain name", "type": "string" }, "network": { "description": "Network type (defaults to mainnet)", "enum": [ "mainnet", "testnet" ], "type": "string" }, "transaction": { "description": "Transaction object with from, to, data, value, etc.", "type": "object" } }, "required": [ "blockchain", "transaction" ], "type": "object" }

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/buildwithgrove/mcp-pocket'

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