get_monitor
Get the full configuration of a monitor: owners, input_variables, scheduling, variable_group, and status.
Get the full configuration of a monitor — owners, input_variables, scheduling, variable_group, and status.
Read-only · Calls external systems. Safe to call: this tool does not modify data.
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
Data-provider tool: returns complete JSON for inspection and editing.
Use list_monitors to find monitor IDs first.
If this returns an error, the monitor may have been deleted — verify with list_monitors.
Related
What's next?
Last updated on