Skip to main content
Glama

Tapp Exchange MCP Server

by tamago-labs

tapp_add_stable_liquidity

Add token amounts to an existing stable pool on Tapp Exchange using the pool ID and specified token quantities to enhance liquidity.

Instructions

Add liquidity to an existing stable pool

Input Schema

NameRequiredDescriptionDefault
amountsYesAn array of token amounts
poolIdYesThe ID of the stable pool

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "amounts": { "description": "An array of token amounts", "items": { "type": "number" }, "type": "array" }, "poolId": { "description": "The ID of the stable pool", "type": "string" } }, "required": [ "poolId", "amounts" ], "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