Manifold Markets MCP Server

add_bounty

Add bounty to a market

Input Schema

NameRequiredDescriptionDefault
amountYesAmount of mana to add as bounty
contractIdYesMarket ID

Input Schema (JSON Schema)

{ "properties": { "amount": { "description": "Amount of mana to add as bounty", "type": "number" }, "contractId": { "description": "Market ID", "type": "string" } }, "required": [ "contractId", "amount" ], "type": "object" }