Skip to main content
Glama

Manifold Markets MCP Server

remove_liquidity

Withdraw liquidity from a market pool on Manifold Markets by specifying the market ID and the amount to remove, enabling efficient management of your funds.

Instructions

Remove liquidity from market pool

Input Schema

NameRequiredDescriptionDefault
amountYesAmount of liquidity to remove
contractIdYesMarket ID

Input Schema (JSON Schema)

{ "properties": { "amount": { "description": "Amount of liquidity to remove", "type": "number" }, "contractId": { "description": "Market ID", "type": "string" } }, "required": [ "contractId", "amount" ], "type": "object" }

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/bmorphism/manifold-mcp-server'

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