upservice_create_directory
Create a new custom directory for organizing projects, with a title and manager, optionally nested under a parent directory.
Instructions
Create a new custom directory (reference catalog).
Args: params (CreateDirectoryInput): title, manager_id (int), parent_id (optional int)
Returns: str: JSON of the created directory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |