create_transfer
Move funds between two Actual Budget accounts by specifying date, source, destination, and amount. Creates matching debit and credit transactions; use list_accounts for account names.
Instructions
Transfer money between two accounts in Actual Budget. amount must be positive — direction is determined by from_account and to_account. Use list_accounts to get account names. Returns both the debit and credit transaction details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | Transfer date in YYYY-MM-DD format | |
| notes | No | Optional notes for the transfer | |
| amount | Yes | Amount to transfer in dollars, must be positive | |
| to_account | Yes | Destination account name or id. Use list_accounts to get names | |
| from_account | Yes | Source account name or id. Use list_accounts to get names |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||