Skip to main content
Glama

Osmosis MCP Server

prepare-undelegate

Generates a transaction to undelegate tokens from a validator on the Osmosis blockchain, requiring delegator address, validator address, and token amount.

Instructions

Prepares a transaction to undelegate tokens from a validator

Input Schema

NameRequiredDescriptionDefault
amountYesAmount of uosmo to undelegate
delegatorAddressYesThe delegator's address
validatorAddressYesThe validator address to undelegate from

Input Schema (JSON Schema)

{ "properties": { "amount": { "description": "Amount of uosmo to undelegate", "type": "string" }, "delegatorAddress": { "description": "The delegator's address", "type": "string" }, "validatorAddress": { "description": "The validator address to undelegate from", "type": "string" } }, "required": [ "delegatorAddress", "validatorAddress", "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