create_workspace_folder
Create a new folder in a workspace with specified name, parent folder, description, and color, requiring editor role or higher.
Instructions
Create a new folder in a workspace. Requires EDITOR role or higher.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspaceId | Yes | The unique identifier of the workspace | |
| name | Yes | Folder name (max 255 characters) | |
| parentId | No | Parent folder ID. Omit or null for root level. | |
| description | No | Optional folder description | |
| color | No | Folder color (hex code) |