create_scheduled_task
Schedule a prompt to run automatically in a project using a cron expression, or create a manually triggered task by omitting it. Receive next_run_at to verify timing and relay any warnings returned.
Instructions
Create a scheduled task in a project. Omit cron_expression for a task that only runs when started by hand. cron_expression is five fields in UTC, not local time — '0 0 * * 1' is Monday 00:00 UTC. The answer carries next_run_at so the schedule can be checked before it matters. Relay any warning in the result to the user verbatim — it flags a model id claude.ai accepted without checking.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| model | No | ||
| prompt | Yes | ||
| project_id | Yes | ||
| cron_expression | No |