Loading...
Loading...
UKG Ready integration. Manage Employees, Timesheets, Schedules, Payrolls, Reports. Use when the user wants to interact with UKG Ready data.
npx skill4agent add membranedev/application-skills ukg-readymembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search ukg-ready --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane connection list --jsonconnectionIdmembrane action list --intent=QUERY --connectionId=CONNECTION_ID --json| Name | Key | Description |
|---|---|---|
| Run Report | run-report | Executes a saved report by ID and retrieves the results |
| List Direct Deposits | list-direct-deposits | Retrieves direct deposit information for employees |
| Get Attendance Records | get-attendance-records | Retrieves attendance records for the company or specific employees |
| Get Current User | get-current-user | Retrieves the current authenticated user/employee information |
| List Reports | list-reports | Retrieves a list of available reports |
| Get Employee Compensation | get-employee-compensation | Retrieves compensation information for an employee |
| List Cost Centers | list-cost-centers | Retrieves a list of cost centers in the company |
| List Benefit Plans | list-benefit-plans | Retrieves a list of available benefit plans |
| Get Accrual Balances | get-accrual-balances | Retrieves accrual balances (PTO, sick leave, etc.) for an employee |
| Create PTO Request | create-pto-request | Creates a new PTO (Paid Time Off) request for an employee |
| List PTO Requests | list-pto-requests | Retrieves PTO (Paid Time Off) requests for an employee |
| List Time Entries | list-time-entries | Retrieves time entries for an employee |
| Create Applicant | create-applicant | Creates a new job applicant record |
| Get Applicant | get-applicant | Retrieves details of a specific applicant by ID |
| List Applicants | list-applicants | Retrieves a list of job applicants |
| Get Changed Employees | get-changed-employees | Retrieves employees that have been changed since a specific date |
| Update Employee | update-employee | Updates an existing employee record |
| Create Employee | create-employee | Creates a new employee record |
| Get Employee | get-employee | Retrieves details of a specific employee by ID |
| List Employees | list-employees | Retrieves a list of all employees in the company |
membrane action run --connectionId=CONNECTION_ID ACTION_ID --jsonmembrane action run --connectionId=CONNECTION_ID ACTION_ID --json --input "{ \"key\": \"value\" }"membrane request CONNECTION_ID /path/to/endpoint| Flag | Description |
|---|---|
| HTTP method (GET, POST, PUT, PATCH, DELETE). Defaults to GET |
| Add a request header (repeatable), e.g. |
| Request body (string) |
| Shorthand to send a JSON body and set |
| Send the body as-is without any processing |
| Query-string parameter (repeatable), e.g. |
| Path parameter (repeatable), e.g. |
membrane action list --intent=QUERY