scheduler_schedule_task
Schedule tasks to run at specific times or intervals for automated execution. Create one-time tasks with ISO datetime or recurring tasks using interval minutes.
Instructions
[scheduler] Create or update a scheduled task. Provide either interval_minutes (recurring) or run_at (one-shot ISO datetime), but not both.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | ||
| prompt | Yes | ||
| interval_minutes | No | ||
| run_at | No |