Skip to main content
Glama

Osmosis MCP Server

update-params

Modify module-specific parameters on the Osmosis blockchain using governance or admin authority. Input includes mnemonic, authority address, module type, and updated parameters.

Instructions

Update module parameters (governance/admin only)

Input Schema

NameRequiredDescriptionDefault
authorityYesAuthority address (usually governance module)
gasNoGas limit (default: auto-estimate)
gasPriceNoGas price (default: 0.025uosmo)
memoNoTransaction memo
mnemonicYesBIP-39 mnemonic phrase for signing the transaction
moduleYesModule to update parameters for
paramsYesNew parameters to set (module-specific structure)

Input Schema (JSON Schema)

{ "properties": { "authority": { "description": "Authority address (usually governance module)", "type": "string" }, "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" }, "module": { "description": "Module to update parameters for", "enum": [ "gamm", "incentives", "lockup", "poolincentives", "superfluid", "tokenfactory", "protorev" ], "type": "string" }, "params": { "description": "New parameters to set (module-specific structure)", "type": "object" } }, "required": [ "mnemonic", "authority", "module", "params" ], "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