Credit
creditRecord an income transaction with amount, category, description, and optional date to maintain accurate financial records.
Instructions
Add a credit/income transaction to the expense tracker.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | ||
| category | Yes | ||
| description | Yes | ||
| transaction_date | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |