Skip to main content
Glama

Manifold Markets MCP Server

react

Add or remove reactions to markets or comments on Manifold Markets. Specify the content ID, type, and reaction type (like/dislike) to express preferences or update existing reactions.

Instructions

React to a market or comment

Input Schema

NameRequiredDescriptionDefault
contentIdYesID of market or comment
contentTypeYesType of content to react to
reactionTypeNoType of reaction
removeNoOptional. True to remove reaction

Input Schema (JSON Schema)

{ "properties": { "contentId": { "description": "ID of market or comment", "type": "string" }, "contentType": { "description": "Type of content to react to", "enum": [ "comment", "contract" ], "type": "string" }, "reactionType": { "description": "Type of reaction", "enum": [ "like", "dislike" ], "type": "string" }, "remove": { "description": "Optional. True to remove reaction", "type": "boolean" } }, "required": [ "contentId", "contentType" ], "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