Skip to main content
Glama

Osmosis MCP Server

prepare-cl-add-liquidity

Generates a transaction to increase liquidity in a concentrated liquidity position on Osmosis, specifying token amounts and minimum thresholds for precise allocation.

Instructions

Prepares a transaction to add liquidity to an existing CL position

Input Schema

NameRequiredDescriptionDefault
amount0YesAmount of token0 to add
amount1YesAmount of token1 to add
positionIdYesThe position ID to add liquidity to
senderYesThe sender's Osmosis address
tokenMinAmount0YesMinimum amount of token0 to use
tokenMinAmount1YesMinimum amount of token1 to use

Input Schema (JSON Schema)

{ "properties": { "amount0": { "description": "Amount of token0 to add", "type": "string" }, "amount1": { "description": "Amount of token1 to add", "type": "string" }, "positionId": { "description": "The position ID to add liquidity to", "type": "string" }, "sender": { "description": "The sender's Osmosis address", "type": "string" }, "tokenMinAmount0": { "description": "Minimum amount of token0 to use", "type": "string" }, "tokenMinAmount1": { "description": "Minimum amount of token1 to use", "type": "string" } }, "required": [ "positionId", "sender", "amount0", "amount1", "tokenMinAmount0", "tokenMinAmount1" ], "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