Skip to main content
Glama

Osmosis MCP Server

prepare-execute-contract

Generate and prepare transactions to execute smart contracts on the Osmosis blockchain. Input sender address, contract details, and execution message to initiate contract interactions.

Instructions

Prepares a transaction to execute a contract

Input Schema

NameRequiredDescriptionDefault
contractAddressYesThe contract address to execute
executeMsgYesThe execution message as a JSON object
fundsNoOptional funds to send with execution
senderYesThe sender's Osmosis address

Input Schema (JSON Schema)

{ "properties": { "contractAddress": { "description": "The contract address to execute", "type": "string" }, "executeMsg": { "description": "The execution message as a JSON object", "type": "object" }, "funds": { "description": "Optional funds to send with execution", "items": { "properties": { "amount": { "description": "Amount to send", "type": "string" }, "denom": { "description": "Token denomination", "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