MCP tools: Scheduled tasks
Last updated About 2 hours ago
MCP tools: Scheduled tasks
Time-triggered reminders and autonomous AI runs. Functionally the same as the Schedule area in the client (see guide).
schedule_task
Schedules a task – one-off or recurring. write · user
The only scheduler for Liza: it alone is wired into the calendar, items, notifications and autonomous AI runs.
Provide either at or rrule.
reminder only:
ai_task only:
list_scheduled_tasks
Your scheduled tasks, soonest next run first. read · follower
Per task: id, sid, title, action_type, schedule_kind (once/rrule), run_at, rrule, timezone, next_run, last_run, status, run_count, max_runs, payload, last_error.
update_scheduled_task
Rename, reschedule or change effect fields. write · user
Given fields are merged into the existing task.
pause_scheduled_task
Pause or resume. write · user
cancel_scheduled_task
Cancel permanently — the task will never fire again. destructive · user