Skip to main content
Glama

Manifold Markets MCP Server

award_bounty

Award a bounty to a comment on a Manifold Markets prediction platform by specifying the comment ID, market ID, and bounty amount.

Instructions

Award bounty to a comment

Input Schema

NameRequiredDescriptionDefault
amountYesAmount of bounty to award
commentIdYesComment ID to award bounty to
contractIdYesMarket ID

Input Schema (JSON Schema)

{ "properties": { "amount": { "description": "Amount of bounty to award", "type": "number" }, "commentId": { "description": "Comment ID to award bounty to", "type": "string" }, "contractId": { "description": "Market ID", "type": "string" } }, "required": [ "contractId", "commentId", "amount" ], "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