Skip to main content
Glama

Osmosis MCP Server

get-cl-swap-estimates

Calculate swap estimates for Concentrated Liquidity (CL) pools on Osmosis, including price impact, based on input token, output token, amount, and swap type.

Instructions

Returns swap estimates specifically for CL pools with price impact

Input Schema

NameRequiredDescriptionDefault
amountYesAmount to swap
isExactInNoWhether the amount is exact input (true) or exact output (false)
poolIdYesThe CL pool ID
tokenInYesInput token denomination
tokenOutYesOutput token denomination

Input Schema (JSON Schema)

{ "properties": { "amount": { "description": "Amount to swap", "type": "string" }, "isExactIn": { "description": "Whether the amount is exact input (true) or exact output (false)", "type": "boolean" }, "poolId": { "description": "The CL pool ID", "type": "string" }, "tokenIn": { "description": "Input token denomination", "type": "string" }, "tokenOut": { "description": "Output token denomination", "type": "string" } }, "required": [ "poolId", "tokenIn", "tokenOut", "amount" ], "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