Skip to main content
Glama

Manifold Markets MCP Server

send_mana

Transfer mana to specified users on the Manifold Markets platform by providing user IDs, amount, and an optional message.

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

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