Skip to main content
Glama

Manifold Markets MCP Server

add_answer

Submit a new answer to a Manifold Markets multiple-choice prediction market by specifying the market ID and answer text.

Instructions

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

You must be authenticated.

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