timer_schedule
Schedule one-shot, interval, or cron timers to trigger a defined prompt at the specified time or recurring schedule.
Instructions
Schedule a timer (cron, interval, or one-shot)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Timer name | |
| type | Yes | Timer type: cron, interval, or once | |
| prompt | Yes | Event prompt/description when timer fires | |
| schedule | Yes | Cron expression, interval in ms, or ISO timestamp | |
| timezone | No | Timezone for cron timers (optional) |