Skip to main content
Glama

Osmosis MCP Server

upgrade-proposal

Generate and submit a software upgrade proposal for the Osmosis blockchain, including title, description, upgrade name, block height, and initial deposit, using a BIP-39 mnemonic for transaction signing.

Instructions

Submit a software upgrade proposal

Input Schema

NameRequiredDescriptionDefault
descriptionYesUpgrade proposal description
gasNoGas limit (default: auto-estimate)
gasPriceNoGas price (default: 0.025uosmo)
heightYesBlock height to perform upgrade
infoNoUpgrade info (usually JSON with binaries)
initialDepositNoInitial deposit amount in uosmo10000000
memoNoTransaction memo
mnemonicYesBIP-39 mnemonic phrase for signing the transaction
nameYesUpgrade name
titleYesUpgrade proposal title

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "Upgrade proposal description", "type": "string" }, "gas": { "description": "Gas limit (default: auto-estimate)", "type": "string" }, "gasPrice": { "description": "Gas price (default: 0.025uosmo)", "type": "string" }, "height": { "description": "Block height to perform upgrade", "type": "string" }, "info": { "description": "Upgrade info (usually JSON with binaries)", "type": "string" }, "initialDeposit": { "default": "10000000", "description": "Initial deposit amount in uosmo", "type": "string" }, "memo": { "description": "Transaction memo", "type": "string" }, "mnemonic": { "description": "BIP-39 mnemonic phrase for signing the transaction", "type": "string" }, "name": { "description": "Upgrade name", "type": "string" }, "title": { "description": "Upgrade proposal title", "type": "string" } }, "required": [ "mnemonic", "title", "description", "name", "height" ], "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