get_folder
Retrieves details of a specific Cloud Analytics folder by folder ID or partial name. Use to view folder details without listing all folders.
Instructions
Use this when the user wants to view details of a specific Cloud Analytics folder. Accepts either the folder ID or a partial name (case-insensitive). Do NOT use this for listing all folders (use list_folders) or viewing reports (use get_report_config).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | The ID of the folder to retrieve. | |
| name | No | Partial name match (case-insensitive). Used to find the folder when ID is unknown. |