update_folder
Update an existing Cloud Analytics folder by renaming it, changing its description, or moving it to another parent. Confirm changes before applying.
Instructions
Use this when the user wants to rename, re-describe, or move (reparent) an existing Cloud Analytics folder. Ask the user to confirm changes before executing. Note: if a sibling folder at the target parent already has the same name, the folder will be auto-renamed by the API. Do NOT use this for creating new folders (use create_folder) or updating reports (use update_report).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID of the folder to update (required). | |
| name | No | New name for the folder. | |
| description | No | New description for the folder. Set to null to clear. | |
| parentFolderId | No | The ID of the new parent folder, or "root" to move to the top level. |