Skip to main content
Glama

Osmosis MCP Server

submit-proposal

Submit governance proposals to the Osmosis blockchain, including text, parameter changes, software upgrades, and community pool spend requests, using a secure transaction process.

Instructions

Submit a governance proposal to the Osmosis network

Input Schema

NameRequiredDescriptionDefault
amountNoAmount to spend (for community_pool_spend proposals)
changesNoParameter changes (for parameter_change proposals)
descriptionYesDetailed proposal description
gasNoGas limit (default: auto-estimate)
gasPriceNoGas price (default: 0.025uosmo)
initialDepositNoInitial deposit amount in uosmo (e.g., '10000000')10000000
memoNoTransaction memo
mnemonicYesBIP-39 mnemonic phrase for signing the transaction
planNoUpgrade plan (for software_upgrade proposals)
recipientNoRecipient address (for community_pool_spend proposals)
titleYesProposal title
typeYesType of governance proposal

Input Schema (JSON Schema)

{ "properties": { "amount": { "description": "Amount to spend (for community_pool_spend proposals)", "items": { "properties": { "amount": { "type": "string" }, "denom": { "type": "string" } }, "required": [ "denom", "amount" ], "type": "object" }, "type": "array" }, "changes": { "description": "Parameter changes (for parameter_change proposals)", "items": { "properties": { "key": { "type": "string" }, "subspace": { "type": "string" }, "value": { "type": "string" } }, "required": [ "subspace", "key", "value" ], "type": "object" }, "type": "array" }, "description": { "description": "Detailed proposal description", "type": "string" }, "gas": { "description": "Gas limit (default: auto-estimate)", "type": "string" }, "gasPrice": { "description": "Gas price (default: 0.025uosmo)", "type": "string" }, "initialDeposit": { "default": "10000000", "description": "Initial deposit amount in uosmo (e.g., '10000000')", "type": "string" }, "memo": { "description": "Transaction memo", "type": "string" }, "mnemonic": { "description": "BIP-39 mnemonic phrase for signing the transaction", "type": "string" }, "plan": { "description": "Upgrade plan (for software_upgrade proposals)", "properties": { "height": { "type": "number" }, "info": { "type": "string" }, "name": { "type": "string" } }, "type": "object" }, "recipient": { "description": "Recipient address (for community_pool_spend proposals)", "type": "string" }, "title": { "description": "Proposal title", "type": "string" }, "type": { "description": "Type of governance proposal", "enum": [ "text", "parameter_change", "software_upgrade", "cancel_software_upgrade", "community_pool_spend" ], "type": "string" } }, "required": [ "mnemonic", "title", "description", "type" ], "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