Skip to main content
Glama

Osmosis MCP Server

get-cl-pool-liquidity

Query liquidity depth and distribution for a specific Concentrated Liquidity (CL) pool on Osmosis. Use pool ID and optional tick bounds to analyze pool performance and liquidity allocation.

Instructions

Returns liquidity depth and distribution for a CL pool

Input Schema

NameRequiredDescriptionDefault
poolIdYesThe CL pool ID
tickLowerNoOptional: lower tick bound to query
tickUpperNoOptional: upper tick bound to query

Input Schema (JSON Schema)

{ "properties": { "poolId": { "description": "The CL pool ID", "type": "string" }, "tickLower": { "description": "Optional: lower tick bound to query", "type": "number" }, "tickUpper": { "description": "Optional: upper tick bound to query", "type": "number" } }, "required": [ "poolId" ], "type": "object" }

Other Tools from Osmosis MCP Server

Related Tools

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/MyronKoch-dev/osmosis-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server