Skip to main content
Glama

Osmosis MCP Server

prepare-change-token-factory-admin

Prepare a blockchain transaction to transfer token factory admin privileges from one address to another on the Osmosis network.

Instructions

Prepares a transaction to change the admin of a token

Input Schema

NameRequiredDescriptionDefault
denomYesThe token factory denomination
newAdminYesThe new admin address
senderYesThe current admin address

Input Schema (JSON Schema)

{ "properties": { "denom": { "description": "The token factory denomination", "type": "string" }, "newAdmin": { "description": "The new admin address", "type": "string" }, "sender": { "description": "The current admin address", "type": "string" } }, "required": [ "sender", "denom", "newAdmin" ], "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