update_folder
Rename, update the description, or move a Cloud Analytics folder to a new parent. Use to modify existing folders only, not to create new ones.
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. |