Skip to main content
Glama

Osmosis MCP Server

prepare-burn-token-factory-tokens

Generates a transaction to burn specified token factory tokens on the Osmosis blockchain, requiring sender address, token denomination, and amount.

Instructions

Prepares a transaction to burn tokens

Input Schema

NameRequiredDescriptionDefault
amountYesAmount of tokens to burn
burnFromNoAddress to burn tokens from (optional, defaults to sender)
denomYesThe token factory denomination to burn
senderYesThe sender's address (must be the token creator)

Input Schema (JSON Schema)

{ "properties": { "amount": { "description": "Amount of tokens to burn", "type": "string" }, "burnFrom": { "description": "Address to burn tokens from (optional, defaults to sender)", "type": "string" }, "denom": { "description": "The token factory denomination to burn", "type": "string" }, "sender": { "description": "The sender's address (must be the token creator)", "type": "string" } }, "required": [ "sender", "denom", "amount" ], "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