List Groups
list_groupsList workspace groups by kind to get tag names or system details with IDs and model counts, enabling targeted risk, compliance, export, and group membership actions.
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 | |||