force_run_monitor
Force a monitor to run immediately, outside of its normal schedule.
Force a monitor to run immediately, outside of its normal schedule.
Destructive · Writes data · Calls external systems. This tool can modify or delete data. Review the arguments before letting an agent call it.
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
monitor_id | number | Yes | Monitor ID (from list_monitors) |
Example arguments
Illustrative arguments an agent supplies when calling this tool:
{
"monitor_id": 0
}
Description
Triggers an out-of-schedule execution and returns a confirmation with the task key.
Use list_monitoring_results with the monitor ID to track the execution status.
Use list_monitors to find monitor IDs first.
Related
What's next?
Last updated on