list_products

List products under an operator.

List products under an operator.

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

Parameters

FieldTypeRequiredDescription
activebooleanNoFilter by active status
detailbooleanNoReturn full JSON instead of compact summaries (default: false)
namestringNoFilter by product name
operatorstringNoFilter by operator slug

Example arguments

Illustrative arguments an agent supplies when calling this tool:

{
  "active": false,
  "detail": false
}

Description

Returns compact summaries by default; use detail=true for full JSON. List products under an operator. Products contain tests, monitors, and resources. Product slug format: operator~product.

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