Skip to main content
Glama

Multilead Open API MCP Server

by vanman2024

transfer_credits

Transfer credits from your account to another user within the Multilead platform. Specify source user, destination user, and credit quantity to complete the transaction.

Instructions

Transfer Credits

This action transfers credits from the authenticated user to a specified destination user.

Args: user_id: Source user ID (authenticated user) destination_user_id: Destination user ID to receive credits quantity: Number of credits to transfer

Returns: Transfer confirmation with updated credit balances

Input Schema

NameRequiredDescriptionDefault
user_idYes
destination_user_idYes
quantityYes

Input Schema (JSON Schema)

{ "properties": { "destination_user_id": { "type": "integer" }, "quantity": { "type": "integer" }, "user_id": { "type": "string" } }, "required": [ "user_id", "destination_user_id", "quantity" ], "type": "object" }

Other Tools from Multilead Open API 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/vanman2024/multilead-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server