ssh_add_cron
Add a cron job to a remote Linux server via SSH. Specify the schedule and command to automate recurring tasks.
Instructions
Add a new cron job for the current user.
Args: schedule: Cron schedule expression (e.g., '0 2 * * *' for daily at 2am) command: Command to run session_name: SSH session to use
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | ||
| schedule | Yes | ||
| session_name | No | default |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |