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

FieldTypeRequiredDescription
monitor_idnumberYesMonitor 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.

What's next?

All MCP tools

Browse the full tool reference by category.

Connect a client

Point Claude, Cursor, or Claude Code at the server.

Last updated on