Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| tapp_get_pools | Get a paginated list of available pools on Tapp Exchange, optionally filtered by type and sorted by TVL |
| tapp_get_pool_info | Get detailed information about a specific pool by its ID |
| tapp_get_swap_estimate | Estimate the amount received or needed for a swap on Tapp Exchange |
| tapp_get_swap_route | Get the optimal route information between two tokens |
| tapp_swap_amm | Execute a swap on an AMM pool |
| tapp_swap_clmm | Execute a swap on a CLMM (Concentrated Liquidity Market Maker) pool |
| tapp_swap_stable | Execute a swap on a Stable pool |
| tapp_create_amm_pool_and_add_liquidity | Create an AMM pool and add initial liquidity |
| tapp_create_clmm_pool_and_add_liquidity | Create a CLMM pool and add initial liquidity |
| tapp_create_stable_pool_and_add_liquidity | Create a Stable pool and add initial liquidity |
| tapp_add_amm_liquidity | Add liquidity to an existing AMM pool |
| tapp_add_clmm_liquidity | Add liquidity to an existing CLMM pool |
| tapp_add_stable_liquidity | Add liquidity to an existing stable pool |
| tapp_remove_single_amm_liquidity | Remove liquidity from a single AMM position |
| tapp_remove_multiple_amm_liquidity | Remove liquidity from multiple AMM positions |
| tapp_remove_single_clmm_liquidity | Remove liquidity from a single CLMM position |
| tapp_remove_multiple_clmm_liquidity | Remove liquidity from multiple CLMM positions |
| tapp_remove_single_stable_liquidity | Remove liquidity from a single STABLE position |
| tapp_remove_multiple_stable_liquidity | Remove liquidity from multiple STABLE positions |
| tapp_get_positions | Get a paginated list of liquidity positions for a user address |
| tapp_collect_fee | Collect fees from a specific liquidity position in a given pool |