list_groups
List ServiceNow groups with pagination, search by name or description, and filter by active status. Get one bounded page at a time.
Instructions
List groups. limit/offset paginate — this returns one bounded page, not the full table.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | ||
| limit | No | ||
| query | No | Case-insensitive search matched against group name or description | |
| active | No | ||
| offset | No |