List Model Groups
list_model_groupsList the tag groups a model belongs to, revealing overlapping memberships for security posture analysis. Read-only operation with no side effects.
Instructions
List the groups a given model belongs to. Read-only; no side effects.
Returns the model's TAG memberships (/api/models/{id}/tags) — tags are
the overlapping grouping kind, so a model may appear under many. There is
no per-model listing for systems; enumerate systems with
list_groups(kind="system") and inspect membership via each system's
get_group. Use list_groups(kind="tag") for all tags in the
workspace.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model_id | Yes | the model whose groups (tags) to list. | |
| server_version | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||