Skip to main content
Glama

Osmosis MCP Server

get-cl-positions-by-pool

Retrieve all positions within a specific Concentrated Liquidity (CL) pool on the Osmosis blockchain by specifying the pool ID and limit. Facilitates detailed analysis and management of liquidity positions.

Instructions

Returns all positions in a specific CL pool

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of positions to return (default: 100)
poolIdYesThe CL pool ID

Input Schema (JSON Schema)

{ "properties": { "limit": { "description": "Maximum number of positions to return (default: 100)", "maximum": 500, "minimum": 1, "type": "number" }, "poolId": { "description": "The CL pool ID", "type": "string" } }, "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