get_user_automation
Aggregate the current user's scheduled tasks, combining crontab entries and systemd user timers for a single overview. Read-only; failures are reported in an errors field.
Instructions
Aggregates the current user's scheduled tasks: crontab -l entries and systemd user timers. Read-only; failures such as a missing crontab land in the errors field. Use for user-level automation; get_cron_jobs for system-wide cron.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| errors | No | ||
| cron_jobs | Yes | ||
| systemd_timers | Yes |