Manifold Markets MCP Server

add_liquidity

Add mana to market liquidity pool

Input Schema

NameRequiredDescriptionDefault
amountYesAmount of mana to add
marketIdYesMarket ID

Input Schema (JSON Schema)

{ "properties": { "amount": { "description": "Amount of mana to add", "type": "number" }, "marketId": { "description": "Market ID", "type": "string" } }, "required": [ "marketId", "amount" ], "type": "object" }