add_expense
Record an expense paid by one person and split it equally among selected participants to track group balances.
Instructions
Record an expense paid by payer, split equally among participants. amount_cents is a positive integer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| payer | Yes | ||
| group_id | Yes | ||
| description | Yes | ||
| amount_cents | Yes | ||
| participants | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||