add_department
Create a new department with a name and manager ID, and optionally set a limit on how many employees can be off at once.
Instructions
Create a new department.
Args: name: The department name. manager_id: User ID of the department manager. max_off: Max number of users off at once (0 = no limit).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| max_off | No | ||
| manager_id | Yes |