get_employee_schedule
Retrieve employee shift schedules and availability for effective staff planning and management at the art supply store.
Instructions
Get employee schedule and shift information for staffing planning.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
date | No | Date in YYYY-MM-DD format or day of week |
Input Schema (JSON Schema)
{
"properties": {
"date": {
"description": "Date in YYYY-MM-DD format or day of week",
"type": "string"
}
},
"type": "object"
}