Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
Approve Leave Request
lucca:approve_leave_request
Approve a pending leave request.
Write
Medium risk
Create Employee
lucca:create_employee
Create a new employee in Lucca with basic information.
Write
Medium risk
Create Leave Request
lucca:create_leave_request
Create a new leave request for an employee.
Write
Medium risk
Create Timesheet
lucca:create_timesheet
Create a new timesheet entry for an employee.
Write
Medium risk
Get Employee
lucca:get_employee
Fetch a single employee by ID with personal and professional information.
Read
Low risk
Get Employee Balance
lucca:get_employee_balance
Get an employee's leave balance for vacation days, sick days, etc.
Read
Low risk
Get Leave Request
lucca:get_leave_request
Fetch a single leave request by ID with details and approval status.
Read
Low risk
Get Timesheet
lucca:get_timesheet
Fetch a single timesheet entry by ID with project and time details.
Read
Low risk
List Departments
lucca:list_departments
List all departments in the organization.
Read
Low risk
List Employees
lucca:list_employees
List employees with filtering and pagination options.
Read
Low risk
List Leave Requests
lucca:list_leave_requests
List leave requests with filtering and pagination options.
Read
Low risk
List Leave Types
lucca:list_leave_types
List all available leave types for creating leave requests.
Read
Low risk
List Timesheets
lucca:list_timesheets
List timesheet entries with filtering and pagination options.
Read
Low risk
Reject Leave Request
lucca:reject_leave_request
Reject a pending leave request.
Write
Medium risk
Update Employee
lucca:update_employee
Update an existing employee's information in Lucca.
Write
Medium risk