glm_schedule_task
Schedule cron tasks to execute commands automatically, and manage them with add, list, or remove actions.
Instructions
작업 예약 관리.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | 동작: add, list, remove | |
| name | No | 작업 이름 | |
| cron | No | cron 표현식 (예: '0 9 * * *') | |
| command | No | 실행할 명령어 또는 도구 호출 JSON | |
| task_id | No | 삭제할 작업 ID |