Skip to main content
Glama

Tapp Exchange MCP Server

by tamago-labs

tapp_add_amm_liquidity

Add liquidity to an AMM pool by specifying the pool ID and amounts of token A and token B. Facilitates enhanced liquidity provision on Tapp Exchange via the Aptos blockchain.

Instructions

Add liquidity to an existing AMM pool

Input Schema

NameRequiredDescriptionDefault
amountAYesThe amount of token A to add as liquidity
amountBYesThe amount of token B to add as liquidity
poolIdYesThe ID of the AMM pool

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "amountA": { "description": "The amount of token A to add as liquidity", "type": "number" }, "amountB": { "description": "The amount of token B to add as liquidity", "type": "number" }, "poolId": { "description": "The ID of the AMM pool", "type": "string" } }, "required": [ "poolId", "amountA", "amountB" ], "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