Skip to main content
Glama

Manifold Markets MCP Server

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