goclaw_cron_create
Create scheduled cron jobs to automate agent tasks with specified timing, agent assignment, and message content.
Instructions
Create a new cron job
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Job name | |
| expression | Yes | Cron expression (e.g. '0 */6 * * *') | |
| agent_id | Yes | Agent ID to run the job with | |
| message | Yes | Message to send to the agent | |
| enabled | No | Enable on creation (default: true) |