get-cl-positions
Retrieve Concentrated Liquidity positions for a specific address on the Osmosis blockchain using the MCP server tool for detailed insights.
Instructions
Returns Concentrated Liquidity positions for an address
Input Schema
Name | Required | Description | Default |
---|---|---|---|
address | Yes | The address to query CL positions for |
Input Schema (JSON Schema)
{
"properties": {
"address": {
"description": "The address to query CL positions for",
"type": "string"
}
},
"required": [
"address"
],
"type": "object"
}