update-folder
Rename, recolor, or reparent a folder by id or exact name and type.
Instructions
Update a sidebar Folder in place — rename it, recolor it, and/or reparent it (nest under another folder of the same type, or pass parentFolder:"" to move it to the root). Resolves the folder by exact id or exact name+type. Use this to RENAME a folder without the move-documents + delete-folder dance. GM-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New folder name (rename). | |
| type | No | Folder document type (needed to resolve by name; default Actor). | Actor |
| color | No | New hex color, e.g. "#4a90e2". | |
| identifier | Yes | Folder id or exact name to update. | |
| parentFolder | No | Reparent under this folder id or exact name (same type). "" = move to root. |