Skip to main content
Glama

Osmosis MCP Server

timeout-packet

Timeout undelivered IBC packets on Osmosis by submitting proof of non-receipt, ensuring transaction finality and freeing up blocked assets in the blockchain network.

Instructions

Timeout an IBC packet that failed to be delivered

Input Schema

NameRequiredDescriptionDefault
gasNoGas limit (default: auto-estimate)
gasPriceNoGas price (default: 0.025uosmo)
memoNoTransaction memo
mnemonicYesBIP-39 mnemonic phrase for signing the transaction
nextSequenceRecvYesNext sequence receive number
packetYesIBC packet to timeout
proofHeightYesHeight at which proof was generated
proofUnreceivedYesProof that packet was not received

Input Schema (JSON Schema)

{ "properties": { "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" }, "nextSequenceRecv": { "description": "Next sequence receive number", "type": "string" }, "packet": { "description": "IBC packet to timeout", "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" }, "proofHeight": { "description": "Height at which proof was generated", "properties": { "revisionHeight": { "type": "string" }, "revisionNumber": { "type": "string" } }, "required": [ "revisionNumber", "revisionHeight" ], "type": "object" }, "proofUnreceived": { "description": "Proof that packet was not received", "type": "string" } }, "required": [ "mnemonic", "packet", "proofUnreceived", "proofHeight", "nextSequenceRecv" ], "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