Skip to main content
Glama

Osmosis MCP Server

get-cl-user-positions

Retrieve all concentrated liquidity positions for a user on Osmosis, with optional filtering by pool ID, using the MCP server to interact with blockchain data.

Instructions

Returns all CL positions for a user across all pools

Input Schema

NameRequiredDescriptionDefault
addressYesThe user's Osmosis address
poolIdNoOptional: filter by specific pool ID

Input Schema (JSON Schema)

{ "properties": { "address": { "description": "The user's Osmosis address", "type": "string" }, "poolId": { "description": "Optional: filter by specific pool ID", "type": "string" } }, "required": [ "address" ], "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