5 MCP tools for managing employees through the HRIS API. Same schema across 53 connectors.
hris_employees_allRetrieve a paginated list of employees with optional filtering and sorting.
hris_employees_oneRetrieve a single record by its unique identifier.
hris_employees_createCreate a new record with the provided fields.
hris_employees_updateUpdate an existing record by its unique identifier.
hris_employees_deleteRemove a record by its unique identifier.
53 providers support employees through the HRIS API.
execute_tool