Manifold Markets MCP Server

add_answer

Add a new answer to a multiple choice market

Input Schema

NameRequiredDescriptionDefault
contractIdYesMarket ID
textYesAnswer text

Input Schema (JSON Schema)

{ "properties": { "contractId": { "description": "Market ID", "type": "string" }, "text": { "description": "Answer text", "type": "string" } }, "required": [ "contractId", "text" ], "type": "object" }