Skip to main content
Glama

Tapp Exchange MCP Server

by tamago-labs

tapp_get_pool_info

Retrieve detailed information about a specific liquidity pool by providing its ID, using the tool from Tapp Exchange MCP Server to support pool management and trading operations.

Instructions

Get detailed information about a specific pool by its ID

Input Schema

NameRequiredDescriptionDefault
poolIdYesThe pool ID to get information for

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "poolId": { "description": "The pool ID to get information for", "type": "string" } }, "required": [ "poolId" ], "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