Skip to main content
Glama

Osmosis MCP Server

set-send-enabled

Configure token denominations to enable or disable sending functionality on the Osmosis blockchain. Requires admin authentication for secure transaction execution.

Instructions

Enable or disable sending for specific token denominations (admin only)

Input Schema

NameRequiredDescriptionDefault
gasNoGas limit (default: auto-estimate)
gasPriceNoGas price (default: 0.025uosmo)
memoNoTransaction memo
mnemonicYesBIP-39 mnemonic phrase for signing the transaction (must be admin)
sendEnabledYesSend enabled configurations
useDefaultForNoDenominations to use default settings for

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" }, "mnemonic": { "description": "BIP-39 mnemonic phrase for signing the transaction (must be admin)", "type": "string" }, "sendEnabled": { "description": "Send enabled configurations", "items": { "properties": { "denom": { "description": "Token denomination", "type": "string" }, "enabled": { "description": "Whether sending is enabled", "type": "boolean" } }, "required": [ "denom", "enabled" ], "type": "object" }, "type": "array" }, "useDefaultFor": { "description": "Denominations to use default settings for", "items": { "type": "string" }, "type": "array" } }, "required": [ "mnemonic", "sendEnabled" ], "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