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
Name | Required | Description | Default |
---|---|---|---|
amount | Yes | The amount to transfer | |
chainId | No | Optional specific chain to use | |
from | Yes | The address to transfer from | |
to | Yes | The recipient address or ENS | |
token | Yes | The token address |