List Groups
servicenow_list_groupsList ServiceNow user groups by active, name, or type filters. Get name, description, manager, type, and sys_id for each group.
Instructions
List ServiceNow user groups.
Args:
query (string): Filter (e.g., 'active=true', 'nameLIKEnetwork', 'type=itil'). Default: active groups.
limit / offset: Pagination
response_format: Output format
Returns: Groups with name, description, manager, type, and sys_id
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results to return (1–100, default 20) | |
| query | No | Encoded query (default: active groups) | active=true |
| offset | No | Number of results to skip for pagination (default 0) | |
| response_format | No | Output format: 'markdown' (default) for human-readable or 'json' for structured data | markdown |