list_monitors

List scheduled test monitors.

List scheduled test monitors.

Read-only · Calls external systems. Safe to call: this tool does not modify data.

Parameters

FieldTypeRequiredDescription
activebooleanNoFilter by active status
archivedbooleanNoFilter by archived status when using device_type/device_id (default: false)
detailbooleanNoReturn full JSON instead of compact summaries (default: false)
device_idstringNoDevice identifier to query monitors for. SIM: national_msisdn, web-agent: hostname, smartphone: UUID. Must be used with device_type and operator.
device_typestring (sim | web-agent | smartphone)NoDevice type to query monitors for: sim, web-agent, or smartphone. Must be used with device_id and operator. Returns monitors assigned to the specific device.
operatorstringYesOperator slug (from list_operators). Required for all queries.
productstringNoFilter by product slug (format: operator~product)

Example arguments

Illustrative arguments an agent supplies when calling this tool:

{
  "operator": "string"
}

Description

Returns compact summaries by default; use detail=true for full JSON. List scheduled test monitors. Monitors run tests on recurring schedules and write KPI metrics to InfluxDB. Can filter by operator/product or by specific device (device_type + device_id).

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