list_cron_jobs
List all scheduled cron jobs on the Linux system, covering system crontabs and user schedules.
Instructions
Discover all scheduled cron jobs on the Linux system.
Audits /etc/crontab, /etc/cron.d/, /etc/cron.* periodic scripts, and user crontabs.
Returns: JSON string containing scheduled jobs with user, schedule expression, human-readable timing explanation, and command.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |