update_workspace_folder
Update folder properties such as name, description, color, parent folder, starred status, or move to trash. Requires editor role.
Instructions
Update a folder's properties including name, description, color, parent (move), starred status, or trash status. Requires EDITOR role or higher.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspaceId | Yes | The unique identifier of the workspace | |
| folderId | Yes | The unique identifier of the folder to update | |
| name | No | New folder name (max 255 characters) | |
| description | No | New folder description (null to clear) | |
| color | No | New folder color (hex code, null to clear) | |
| parentId | No | Move folder to new parent (null for root level) | |
| isStarred | No | Star or unstar the folder | |
| isTrashed | No | Move to trash (true) or restore from trash (false) |