get_cron_jobs
Retrieves system cron jobs from /etc/crontab and periodic cron directories. Reports missing paths via the errors field; read-only, no root needed.
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 |