Manifold Markets MCP Server

by bmorphism
Verified

place_bet

Place a bet on Manifold Markets by specifying the market ID, amount, and outcome (YES/NO), with an optional limit probability. Facilitates participation in prediction markets efficiently.

Instructions

Place a bet on a market

Input Schema

NameRequiredDescriptionDefault
amountYesAmount to bet in mana
limitProbNoOptional limit order probability (0.01-0.99)
marketIdYesMarket ID
outcomeYes

Input Schema (JSON Schema)

{ "properties": { "amount": { "description": "Amount to bet in mana", "type": "number" }, "limitProb": { "description": "Optional limit order probability (0.01-0.99)", "type": "number" }, "marketId": { "description": "Market ID", "type": "string" }, "outcome": { "enum": [ "YES", "NO" ], "type": "string" } }, "required": [ "marketId", "amount", "outcome" ], "type": "object" }

You must be authenticated.

Other Tools from Manifold Markets MCP Server

Related Tools

ID: bismm8fj6d