Skip to main content
Glama

agentek-eth

by NaniDAO

intentTransferFrom

Create a token transfer intent by specifying the token, amount, sender, and recipient addresses for Ethereum-based transactions using MCP server tools.

Instructions

Creates an intent to transfer tokens from another address

Input Schema

NameRequiredDescriptionDefault
amountYesThe amount to transfer
chainIdNoOptional specific chain to use
fromYesThe address to transfer from
toYesThe recipient address or ENS
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 specific chain to use", "type": "number" }, "from": { "description": "The address to transfer from", "type": "string" }, "to": { "description": "The recipient address or ENS", "type": "string" }, "token": { "description": "The token address", "type": "string" } }, "required": [ "token", "amount", "from", "to" ], "type": "object" }

You must be authenticated.

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