Skip to main content
Glama

Osmosis MCP Server

prepare-redelegate

Generate a transaction to redelegate tokens from one validator to another on the Osmosis blockchain, specifying delegator, source, destination, and amount.

Instructions

Prepares a transaction to redelegate tokens between validators

Input Schema

NameRequiredDescriptionDefault
amountYesAmount of uosmo to redelegate
delegatorAddressYesThe delegator's address
validatorDstAddressYesThe destination validator address
validatorSrcAddressYesThe source validator address

Input Schema (JSON Schema)

{ "properties": { "amount": { "description": "Amount of uosmo to redelegate", "type": "string" }, "delegatorAddress": { "description": "The delegator's address", "type": "string" }, "validatorDstAddress": { "description": "The destination validator address", "type": "string" }, "validatorSrcAddress": { "description": "The source validator address", "type": "string" } }, "required": [ "delegatorAddress", "validatorSrcAddress", "validatorDstAddress", "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