Clock In (Attendance)
attendance_clock_inRecord an employee clock-in with optional mood and location tracking. Opens an attendance entry to be paired with a clock-out.
Instructions
Record an employee clock-in. Optionally captures mood (employee well-being tracking) and location (remote/office/site). Returns an attendance entry with status='open'. Pair with attendance_clock_out to close the entry. / Registra una entrada de fichaje. Captura opcionalmente estado de animo y ubicacion.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| employeeId | Yes | Employee ID / ID del empleado | |
| mood | No | Optional mood slug (e.g. 'great','ok','tired') / Estado de animo | |
| location | No | Optional location ('remote','office','site') / Ubicacion |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| employeeId | No | ||
| clockInAt | No | ||
| clockOutAt | No | ||
| durationMinutes | No | ||
| mood | No | ||
| location | No | ||
| status | No | ||
| createdAt | No | ||
| updatedAt | No |