List CustomResourceDefinitions
list_crdsList all CRDs with their API group, kind, scope, served and stored versions, age, and owner hint. Optionally fetch instance counts per CRD for deeper insight.
Instructions
Inventory every CRD with group, kind, scope, served versions, stored version, age, and an owner hint (Helm release / OLM CSV / known operator). Optional count_instances includes per-CRD instance counts (slower).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group | No | Optional API group filter (e.g. `argoproj.io`) | |
| count_instances | No | Include per-CRD instance counts (slower) |