gdrive_list_folder_recursive
Recursively list every file inside a Google Drive folder and its subfolders, giving a complete file inventory.
Instructions
Recursively list all files in a Google Drive folder and its subfolders.
Args: folder_name: Name of the folder to list (e.g., "Stock Investor Accelerator") folder_id: Optional stable folder ID from gdrive_search (preferred when known)
Discovery: use gdrive_search first when the exact folder_name/folder_id is unknown.
Sibling tools: use gdrive_list_folder for a shallow listing and gdrive_read_file to read a discovered file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder_id | No | ||
| folder_name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |