Manifold Markets MCP Server

by bmorphism
Verified

remove_liquidity

Remove specified amount of liquidity from a market pool on Manifold Markets using contract ID to manage funds effectively.

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

You must be authenticated.

Other Tools from Manifold Markets MCP Server

Related Tools

ID: bismm8fj6d