Skip to main content
Glama

Osmosis MCP Server

update-client

Update the header of an IBC light client on the Osmosis blockchain using a client identifier and signed transaction with a mnemonic phrase.

Instructions

Update an IBC light client with new header

Input Schema

NameRequiredDescriptionDefault
clientIdYesClient identifier
clientMessageYesClient message containing header or misbehaviour
gasNoGas limit (default: auto-estimate)
gasPriceNoGas price (default: 0.025uosmo)
memoNoTransaction memo
mnemonicYesBIP-39 mnemonic phrase for signing the transaction

Input Schema (JSON Schema)

{ "properties": { "clientId": { "description": "Client identifier", "type": "string" }, "clientMessage": { "description": "Client message containing header or misbehaviour", "properties": { "typeUrl": { "type": "string" }, "value": { "type": "string" } }, "required": [ "typeUrl", "value" ], "type": "object" }, "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" } }, "required": [ "mnemonic", "clientId", "clientMessage" ], "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