list_folders
Lists all folders in a specified Google Drive folder. If no folder ID is provided, returns folders from the root of 'My Drive'.
Instructions
List all folders in the specified Google Drive folder. If no parent folder is specified, lists folders from 'My Drive' root.
Args: parent_folder_id: Optional Google Drive folder ID to search within. If not provided, searches the root of 'My Drive'.
Returns: List of folders with their ID, name, and parent information
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| parent_folder_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |