Manifold Markets MCP Server

by bmorphism
Verified

send_mana

Transfer mana to specified users on Manifold Markets platform, enabling prediction market participation and interaction. Include an optional message with the transaction. Minimum transfer amount is 10 mana.

Instructions

Send mana to other users

Input Schema

NameRequiredDescriptionDefault
amountYesAmount of mana to send (min 10)
messageNoOptional message to include
toIdsYesArray of user IDs to send mana to

Input Schema (JSON Schema)

{ "properties": { "amount": { "description": "Amount of mana to send (min 10)", "type": "number" }, "message": { "description": "Optional message to include", "type": "string" }, "toIds": { "description": "Array of user IDs to send mana to", "items": { "type": "string" }, "type": "array" } }, "required": [ "toIds", "amount" ], "type": "object" }

You must be authenticated.

Other Tools from Manifold Markets MCP Server

Related Tools

ID: bismm8fj6d