5 MCP tools for managing payrolls through the HRIS API. Same schema across 1 connectors.
hris_payrolls_allRetrieve a paginated list of payrolls with optional filtering and sorting.
hris_payrolls_oneRetrieve a single record by its unique identifier.
hris_payrolls_createCreate a new record with the provided fields.
hris_payrolls_updateUpdate an existing record by its unique identifier.
hris_payrolls_deleteRemove a record by its unique identifier.
execute_tool