set_reminder
Create and save a reminder with customizable scheduling: once, session, daily, or random. Optionally set a specific due time as an ISO datetime to be notified at the right moment.
Instructions
Create and persist a Hub reminder.
kind selects once, session, daily, or random scheduling. due_at_iso is an
ISO datetime used for a once reminder when a specific due time is known.
Use list_reminders to read existing reminders without creating one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | once | |
| message | Yes | ||
| due_at_iso | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||