List Keka Groups
keka_list_groupsList all groups configured in Keka HRM to view team/division IDs, names, and types. Paginate results and choose markdown or JSON output for easy integration.
Instructions
Retrieve all groups (teams/divisions) configured in Keka HRM.
Args:
pageNumber (integer): Page number (default: 1)
pageSize (integer): Results per page, max 200 (default: 100)
response_format ('markdown' | 'json'): Output format (default: 'markdown')
Returns: List of groups with IDs, names, and types.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageSize | No | Results per page (max 200) | |
| pageNumber | No | Page number (starts at 1) | |
| response_format | No | Output format: 'markdown' for human-readable, 'json' for machine-readable | markdown |