create_shift
Create a new shift for a user by providing start and end times, position, and location details.
Instructions
Create a new shift for a user. Shifts represent scheduled work periods.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| userId | Yes | User identifier who will work this shift | |
| startTime | Yes | Shift start time (ISO 8601 format) | |
| endTime | Yes | Shift end time (ISO 8601 format) | |
| position | No | Position/role for this shift | |
| location | No | Location where the shift takes place | |
| data | No | Additional shift data as JSON object |