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
| Field | Type | Required | Description |
|---|---|---|---|
active | boolean | No | Filter by active status |
detail | boolean | No | Return full JSON instead of compact summaries (default: false) |
name | string | No | Filter by product name |
operator | string | No | Filter 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?
Last updated on