Skip to main content
Glama

Tapp Exchange MCP Server

by tamago-labs

tapp_remove_multiple_amm_liquidity

Remove liquidity from multiple AMM positions on Tapp Exchange by specifying pool ID, position addresses, share tokens to burn, and minimum token amounts.

Instructions

Remove liquidity from multiple AMM positions

Input Schema

NameRequiredDescriptionDefault
poolIdYesThe ID of the pool
positionsYesAn array of position objects

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "poolId": { "description": "The ID of the pool", "type": "string" }, "positions": { "description": "An array of position objects", "items": { "additionalProperties": false, "properties": { "minAmount0": { "description": "Minimum amount token0", "type": "number" }, "minAmount1": { "description": "Minimum amount token1", "type": "number" }, "mintedShare": { "description": "The amount of share tokens to burn", "type": "number" }, "positionAddr": { "description": "The address of the liquidity position", "type": "string" } }, "required": [ "positionAddr", "mintedShare", "minAmount0", "minAmount1" ], "type": "object" }, "type": "array" } }, "required": [ "poolId", "positions" ], "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