Skip to main content
Glama

Osmosis MCP Server

estimate-execute-fee

Calculate gas fees for executing contracts on Osmosis by inputting sender address, contract details, and execution message.

Instructions

Estimates gas fees for contract execution

Input Schema

NameRequiredDescriptionDefault
contractAddressYesThe contract address
executeMsgYesThe execution message
fundsNoOptional funds to send
senderYesThe sender's Osmosis address

Input Schema (JSON Schema)

{ "properties": { "contractAddress": { "description": "The contract address", "type": "string" }, "executeMsg": { "description": "The execution message", "type": "object" }, "funds": { "description": "Optional funds to send", "items": { "properties": { "amount": { "type": "string" }, "denom": { "type": "string" } }, "required": [ "denom", "amount" ], "type": "object" }, "type": "array" }, "sender": { "description": "The sender's Osmosis address", "type": "string" } }, "required": [ "sender", "contractAddress", "executeMsg" ], "type": "object" }

Other Tools from Osmosis MCP Server

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/MyronKoch-dev/osmosis-mcp-server'

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