Skip to main content
Glama

Tapp Exchange MCP Server

by tamago-labs

tapp_remove_single_amm_liquidity

Remove liquidity from a specified AMM position by burning share tokens and withdrawing tokens, ensuring minimum token amounts are met. Part of the Tapp Exchange MCP Server for decentralized exchange operations.

Instructions

Remove liquidity from a single AMM position

Input Schema

NameRequiredDescriptionDefault
minAmount0YesMinimum amount of token0
minAmount1YesMinimum amount of token1
mintedShareYesThe amount of share tokens to burn
poolIdYesThe ID of the AMM pool
positionAddrYesThe address of the liquidity position

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "minAmount0": { "description": "Minimum amount of token0", "type": "number" }, "minAmount1": { "description": "Minimum amount of token1", "type": "number" }, "mintedShare": { "description": "The amount of share tokens to burn", "type": "number" }, "poolId": { "description": "The ID of the AMM pool", "type": "string" }, "positionAddr": { "description": "The address of the liquidity position", "type": "string" } }, "required": [ "poolId", "positionAddr", "mintedShare", "minAmount0", "minAmount1" ], "type": "object" }

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/tamago-labs/tapp-exchange-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server