Skip to main content
Glama

Manifold Markets MCP Server

add_liquidity

Increase liquidity for a specific market on Manifold Markets by adding mana to its liquidity pool. Enter the market ID and desired mana amount to enhance market stability and trading efficiency.

Instructions

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

Other Tools from Manifold Markets 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/bmorphism/manifold-mcp-server'

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