list_model_groups
List tag groups for a specific model using its ID, to see which groups it belongs to and understand its security posture.
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 | |||