Add bill
add_billRecord a bill with name, amount, due date, and optional monthly or yearly recurrence to manage household expenses.
Instructions
Adds a bill with an amount and due date, optionally recurring. Needs the name, amount and due date.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | What the bill is for, e.g. Electricity. | |
| amount | Yes | Amount in major units, e.g. 3000 or 45.5. | |
| member | No | Who is asking, if known: a member id or name. Used for per-member policies and the audit trail. | |
| dry_run | No | When true, return the preview only. Nothing is written and nothing is queued. | |
| currency | No | ISO-4217 code; defaults to the household currency. | |
| due_date | Yes | YYYY-MM-DD in the household timezone. | |
| recurrence | No | none, monthly or yearly. | none |
| idempotency_key | No | Optional client-chosen key. Repeating a call with the same key returns the original outcome instead of acting twice. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||