get_cron_jobs
Retrieve system-level cron jobs from /etc/crontab and periodic cron directories. Read-only operation with no root privileges; missing paths are reported in errors, ideal for auditing system automation.
Instructions
Returns system-level cron jobs from /etc/crontab and the periodic cron directories (/etc/cron.daily, .weekly, .hourly). Read-only; no root needed. Missing paths land in the errors field. Use for system automation; get_user_automation for user-level tasks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| errors | No | ||
| daily_jobs | Yes | ||
| hourly_jobs | Yes | ||
| weekly_jobs | Yes | ||
| system_crontab | Yes |