Skip to main content
Glama

Tapp Exchange MCP Server

by tamago-labs

tapp_collect_fee

Collect fees from a specific liquidity position within a pool on Tapp Exchange. Input pool ID and position address to manage earnings.

Instructions

Collect fees from a specific liquidity position in a given pool

Input Schema

NameRequiredDescriptionDefault
poolIdYesThe address of the pool from which to collect fees
positionAddrYesThe address of the liquidity position

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "poolId": { "description": "The address of the pool from which to collect fees", "type": "string" }, "positionAddr": { "description": "The address of the liquidity position", "type": "string" } }, "required": [ "poolId", "positionAddr" ], "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