gdrive_folder_structure
Display the complete folder hierarchy of Google Drive as a tree, with options to set starting folder, depth, and item limits.
Instructions
Display the entire folder structure of Google Drive in a tree format
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folderId | No | Folder ID to start from (defaults to root folder) | |
| maxDepth | No | Maximum depth to traverse (default: 5) | |
| maxItems | No | Maximum items per folder (default: 50) | |
| includeFiles | No | Include files in the structure (default: false, only folders) |