schedule_task
Schedule tasks like opus_test, export_chunks, or get_stats to run at a specific time or after a delay, with optional parameters.
Instructions
Schedule a task to run at a specific time or after a delay.
Args: task_name: Task to run (opus_test, export_chunks, get_stats) run_at: ISO datetime for when to run (e.g. "2026-02-26T02:00:00-07:00") delay_minutes: Minutes from now to run task_params: Optional JSON string of parameters
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_name | Yes | ||
| run_at | No | ||
| delay_minutes | No | ||
| task_params | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |