list_groups
List all defined groups on a grandMA2 console, optionally filtered by group ID range.
Instructions
list all defined groups on the grandMA2 console.
returns raw console output from the List Group command.
Args:
group_id: specific group ID or start of range (optional)
end_group_id: end group ID for range query (optional, requires group_id)
Returns:
str: raw console response with group listing
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group_id | No | ||
| end_group_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |