Manifold Markets MCP Server

award_bounty

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