list_groups
Discover workspace group IDs by kind (tag or system). Use read-only listing to find group identifiers before running group-level risk, compliance, or export operations.
Instructions
List the workspace's groups of a given kind. Read-only; no side effects.
A "group" is a named collection of threat models. Two kinds, with distinct semantics and DIFFERENT response shapes:
kind values:
"tag": overlapping, semantics-free groupings — for audit scopes, ad-hoc selections, or portfolios. A model may carry many tags, and a tag never affects posture or credit. Returns{"tags": [...]}."system": named groupings of threat models for portfolio-level risk and compliance reporting; unlike tags these drive system-scoped risk/compliance rollups. Returns{"items": [<system>, ...]}where each system carriesid,name,description,model_count.
Discover group IDs here before the group risk/compliance/export tools or
before adding/removing members. For a single model's tag memberships use
list_model_groups.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | ``"tag"`` or ``"system"``. | |
| server_version | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||