create_folder
Create a new Cloud Analytics folder to organize reports and allocations. Specify folder name, optional description, and parent folder ID.
Instructions
Use this when the user wants to create a new Cloud Analytics folder to organize reports and allocations. Ask the user to confirm the folder details before executing. Do NOT use this for creating reports (use create_report) or labels (use create_label).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The name of the folder (required, non-empty). | |
| description | No | An optional description for the folder. | |
| parentFolderId | No | The ID of the parent folder. Omit or set to "root" to create at the top level. |