gdrive_list_folder
Lists files in a Google Drive folder by folder name or stable folder ID. Use when you need to see folder contents before reading a specific file.
Instructions
List files in a Google Drive folder by name or folder_id.
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_recursive to include subfolders 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 |