intentTransferFrom
Creates a token transfer intent from a specified address to a recipient, enabling automated Ethereum transactions with required token, amount, and address parameters.
Instructions
Creates an intent to transfer tokens from another address
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | Yes | The token address | |
| amount | Yes | The amount to transfer | |
| from | Yes | The address to transfer from | |
| to | Yes | The recipient address or ENS | |
| chainId | No | Optional specific chain to use |