Manifold Markets MCP Server

remove_liquidity

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" }