Skip to main content
Glama

Osmosis MCP Server

acknowledge-packet

Confirm receipt of an IBC packet by submitting proof, acknowledgment data, and details like source/destination channels. Requires a BIP-39 mnemonic for transaction signing.

Instructions

Acknowledge receipt of an IBC packet

Input Schema

NameRequiredDescriptionDefault
acknowledgementYesAcknowledgement data
gasNoGas limit (default: auto-estimate)
gasPriceNoGas price (default: 0.025uosmo)
memoNoTransaction memo
mnemonicYesBIP-39 mnemonic phrase for signing the transaction
packetYesIBC packet to acknowledge
proofAckedYesProof that packet was acknowledged
proofHeightYesHeight at which proof was generated

Input Schema (JSON Schema)

{ "properties": { "acknowledgement": { "description": "Acknowledgement data", "type": "string" }, "gas": { "description": "Gas limit (default: auto-estimate)", "type": "string" }, "gasPrice": { "description": "Gas price (default: 0.025uosmo)", "type": "string" }, "memo": { "description": "Transaction memo", "type": "string" }, "mnemonic": { "description": "BIP-39 mnemonic phrase for signing the transaction", "type": "string" }, "packet": { "description": "IBC packet to acknowledge", "properties": { "data": { "type": "string" }, "destinationChannel": { "type": "string" }, "destinationPort": { "type": "string" }, "sequence": { "type": "string" }, "sourceChannel": { "type": "string" }, "sourcePort": { "type": "string" }, "timeoutHeight": { "properties": { "revisionHeight": { "type": "string" }, "revisionNumber": { "type": "string" } }, "type": "object" }, "timeoutTimestamp": { "type": "string" } }, "required": [ "sequence", "sourcePort", "sourceChannel", "destinationPort", "destinationChannel", "data" ], "type": "object" }, "proofAcked": { "description": "Proof that packet was acknowledged", "type": "string" }, "proofHeight": { "description": "Height at which proof was generated", "properties": { "revisionHeight": { "type": "string" }, "revisionNumber": { "type": "string" } }, "required": [ "revisionNumber", "revisionHeight" ], "type": "object" } }, "required": [ "mnemonic", "packet", "acknowledgement", "proofAcked", "proofHeight" ], "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