whooing_add_entry
Create a new transaction entry in Whooing for expenses or income. Specify account IDs, date, amount, and item.
Instructions
Create a new transaction entry in Whooing (e.g. expense, income). Use whooing_accounts first to look up account IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entry_date | Yes | Transaction date in YYYYMMDD format (e.g. 20260423) | |
| l_account_id | Yes | Left account ID (e.g. expense category like x11 for 식비) | |
| r_account_id | Yes | Right account ID (e.g. payment method like x24 for 삼성카드) | |
| item | Yes | Item description (store name or item) | |
| money | Yes | Amount in KRW (negative for balance adjustments, 0 allowed) | |
| memo | No | Optional memo | |
| section_id | No | Section ID. Defaults to WHOOING_SECTION_ID env var. |