Skip to main content
Glama

Manifold Markets MCP Server

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

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