/kallidus-sapling | Type: Application | PCID required: Yes
HR management
Tools
| Tool | Description |
|---|---|
kallidus_sapling_get_employees | Get list of employees from Kallidus Sapling |
kallidus_sapling_get_employee | Get detailed information about a specific employee |
kallidus_sapling_create_employee | Create a new employee record |
kallidus_sapling_update_employee | Update an existing employee record |
kallidus_sapling_get_departments | Get list of departments |
kallidus_sapling_get_employees
Get list of employees from Kallidus Sapling Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
departmentId | string | No | — | Filter by department ID |
status | string | No | — | Filter by employee status |
limit | number | No | 100 | Maximum number of employees to return |
kallidus_sapling_get_employee
Get detailed information about a specific employee Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
employeeId | string | Yes | — | Employee ID to retrieve |
kallidus_sapling_create_employee
Create a new employee record Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
firstName | string | Yes | — | Employee first name |
lastName | string | Yes | — | Employee last name |
email | string | Yes | — | Employee email address |
jobTitle | string | No | — | Job title |
departmentId | string | No | — | Department ID |
managerId | string | No | — | Manager employee ID |
startDate | string | No | — | Start date (YYYY-MM-DD) |
kallidus_sapling_update_employee
Update an existing employee record Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
employeeId | string | Yes | — | Employee ID to update |
firstName | string | No | — | Updated first name |
lastName | string | No | — | Updated last name |
email | string | No | — | Updated email |
jobTitle | string | No | — | Updated job title |
departmentId | string | No | — | Updated department ID |

