Skip to main content
Glama

Manifold Markets MCP Server

react

Use this tool to interact with Manifold Markets by liking or disliking comments or contracts. Remove reactions if needed.

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

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