Skip to main content
Glama

agentek-eth

by NaniDAO

intentTransfer

Enables token transfers on Ethereum by creating transfer intents, specifying token address, amount, and recipient. Optional chainId for multi-chain support.

Instructions

Creates an intent to transfer tokens

Input Schema

NameRequiredDescriptionDefault
amountYesThe amount to transfer
chainIdNoOptional specify chainId to use
toYesThe recipient address or ENS name
tokenYesThe token address

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "amount": { "description": "The amount to transfer", "type": "string" }, "chainId": { "description": "Optional specify chainId to use", "type": "number" }, "to": { "description": "The recipient address or ENS name", "type": "string" }, "token": { "description": "The token address", "type": "string" } }, "required": [ "token", "amount", "to" ], "type": "object" }

Other Tools from agentek-eth

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/NaniDAO/agentek'

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