create_transfer
Move funds between two accounts by specifying source, destination, amount, and optional date and notes.
Instructions
Create a transfer between two accounts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from_account | Yes | Source account name or ID | |
| to_account | Yes | Destination account name or ID | |
| amount | Yes | Transfer amount (positive number, e.g., 5000.00) | |
| date | No | Date (YYYY-MM-DD or natural language). Defaults to today. | |
| notes | No | Transfer notes |