update_folder
Rename, move, or change the favorite/hidden state of a folder by its ID. Fields not provided keep their current values, and hiding a folder hides its contents.
Instructions
Rename a folder, move it under a different parent, or change its favorite/hidden state, by id. Fields you do not pass keep their current value. Hiding a folder also hides everything inside it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Id of the folder to update (required). | |
| label | No | ||
| hidden | No | Hide/unhide the folder. Hiding also hides its contents. | |
| parent | No | New parent folder id. | |
| favorite | No |