Monitoring Task Scheduler
Created: 2/8/2026
This tool schedules recurring monitoring tasks in the Calendar system so that instructions like monitor X hourly are never missed, internally wrapping calendar update logic. It accepts the following inputs: target (string) identifying the entity or topic to monitor, instruction (string) describing what to do during each check, frequency (string enum: hourly, daily, weekly, once) specifying how often to run the check, and count (integer) giving the number of repetitions. There are no operation modes; it always schedules tasks. The worker must use these inputs to construct output that strictly validates against the system-provided structured output schema (auto-produced, not supplied here), with no extra fields and with all types and enum values conforming to that schema.