Add reminder
add_reminderSchedule a reminder at a specific time for a household member. Provide the reminder text and ISO-8601 timestamp with timezone offset to set it.
Instructions
Adds a reminder at a specific time, optionally for one member. Needs the text and the time with timezone offset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| at | Yes | When, as an ISO-8601 instant with offset, e.g. 2026-10-06T10:00:00+05:00. | |
| text | Yes | What to be reminded of. | |
| 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. | |
| for_member | No | Member name or id the reminder is for. | |
| 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 | |||