Skip to main content
Glama

EDUCHAIN Agent Kit

send_edu

Transfer EDU native tokens securely to any wallet address by specifying the sender's private key, recipient address, and token amount. Simplify blockchain transactions and manage token distribution effectively.

Instructions

Send EDU native token to another wallet address

Input Schema

NameRequiredDescriptionDefault
amountYesAmount of EDU to send
privateKeyYesPrivate key of the sender wallet
toAddressYesRecipient wallet address

Input Schema (JSON Schema)

{ "properties": { "amount": { "description": "Amount of EDU to send", "type": "string" }, "privateKey": { "description": "Private key of the sender wallet", "type": "string" }, "toAddress": { "description": "Recipient wallet address", "type": "string" } }, "required": [ "privateKey", "toAddress", "amount" ], "type": "object" }

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/SailFish-Finance/educhain-ai-agent-kit'

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