Skip to main content
Glama

Osmosis MCP Server

prepare-cl-remove-liquidity

Prepare a transaction to remove liquidity from a concentrated liquidity (CL) position on Osmosis. Specify the position ID, sender address, and liquidity amount to execute the removal.

Instructions

Prepares a transaction to remove liquidity from a CL position

Input Schema

NameRequiredDescriptionDefault
liquidityAmountYesAmount of liquidity to remove
positionIdYesThe position ID to remove liquidity from
senderYesThe sender's Osmosis address

Input Schema (JSON Schema)

{ "properties": { "liquidityAmount": { "description": "Amount of liquidity to remove", "type": "string" }, "positionId": { "description": "The position ID to remove liquidity from", "type": "string" }, "sender": { "description": "The sender's Osmosis address", "type": "string" } }, "required": [ "positionId", "sender", "liquidityAmount" ], "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