Skip to main content
Glama

Osmosis MCP Server

set-token-metadata

Enables setting metadata for token factory tokens on the Osmosis blockchain, including description, denom units, base, display, name, symbol, and URI details, using a BIP-39 mnemonic for transaction signing.

Instructions

Set metadata for a token factory token

Input Schema

NameRequiredDescriptionDefault
denomYesToken denomination to set metadata for
gasNoGas limit (default: auto-estimate)
gasPriceNoGas price (default: 0.025uosmo)
memoNoTransaction memo
metadataYesToken metadata
mnemonicYesBIP-39 mnemonic phrase for signing the transaction

Input Schema (JSON Schema)

{ "properties": { "denom": { "description": "Token denomination to set metadata for", "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" }, "metadata": { "description": "Token metadata", "properties": { "base": { "type": "string" }, "denomUnits": { "items": { "properties": { "aliases": { "items": { "type": "string" }, "type": "array" }, "denom": { "type": "string" }, "exponent": { "type": "number" } }, "required": [ "denom", "exponent" ], "type": "object" }, "type": "array" }, "description": { "type": "string" }, "display": { "type": "string" }, "name": { "type": "string" }, "symbol": { "type": "string" }, "uri": { "type": "string" }, "uriHash": { "type": "string" } }, "required": [ "description", "denomUnits", "base", "display", "name", "symbol" ], "type": "object" }, "mnemonic": { "description": "BIP-39 mnemonic phrase for signing the transaction", "type": "string" } }, "required": [ "mnemonic", "denom", "metadata" ], "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