create_market
Initiate a new prediction market on the Manifold Markets MCP Server. Define market type, question, outcomes, and parameters like close time or initial probability. Ideal for forecasting events or crowdsourcing insights.
Instructions
Create a new prediction market
Input Schema
Name | Required | Description | Default |
---|---|---|---|
addAnswersMode | No | Optional for MULTIPLE_CHOICE markets. Controls who can add answers | |
answers | No | Required for MULTIPLE_CHOICE/POLL markets. Array of possible answers | |
closeTime | No | Optional. ISO timestamp when market will close. Defaults to 7 days. | |
description | No | Optional description for the market | |
initialProb | No | Required for BINARY markets. Initial probability (1-99) | |
initialValue | No | Required for PSEUDO_NUMERIC markets. Initial value between min and max | |
isLogScale | No | Optional for PSEUDO_NUMERIC markets. If true, increases exponentially | |
max | No | Required for PSEUDO_NUMERIC markets. Maximum resolvable value | |
min | No | Required for PSEUDO_NUMERIC markets. Minimum resolvable value | |
outcomeType | Yes | Type of market to create | |
question | Yes | The headline question for the market | |
shouldAnswersSumToOne | No | Optional for MULTIPLE_CHOICE markets. Makes probabilities sum to 100% | |
totalBounty | No | Required for BOUNTIED_QUESTION markets. Amount of mana for bounty | |
visibility | No | Optional. Market visibility. Defaults to public. |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from Manifold Markets MCP Server
Related Tools
- @bmorphism/manifold-mcp-server
- @bmorphism/manifold-mcp-server
- @berlinbra/polymarket-mcp
- @bmorphism/manifold-mcp-server
- @bmorphism/manifold-mcp-server