Skip to main content
Glama

Osmosis MCP Server

vote-proposal

Submit a vote on Osmosis blockchain governance proposals by specifying your mnemonic, proposal ID, and vote option. Include optional metadata, gas details, or a memo for additional context.

Instructions

Vote on a governance proposal

Input Schema

NameRequiredDescriptionDefault
gasNoGas limit (default: auto-estimate)
gasPriceNoGas price (default: 0.025uosmo)
memoNoTransaction memo
metadataNoOptional vote metadata/reasoning
mnemonicYesBIP-39 mnemonic phrase for signing the transaction
optionYesVote option
proposalIdYesID of the proposal to vote on

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" }, "metadata": { "description": "Optional vote metadata/reasoning", "type": "string" }, "mnemonic": { "description": "BIP-39 mnemonic phrase for signing the transaction", "type": "string" }, "option": { "description": "Vote option", "enum": [ "yes", "no", "abstain", "no_with_veto" ], "type": "string" }, "proposalId": { "description": "ID of the proposal to vote on", "type": "string" } }, "required": [ "mnemonic", "proposalId", "option" ], "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