list_drive_folders
Retrieve folders from a specified Google Drive account, with optional search filters and a configurable result limit to narrow down the output.
Instructions
List folders in the user's Google Drive with optional filtering.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | The EMAIL of the Google account. Choose from: | |
| query | No | Additional search query to combine with folder filter (e.g., 'name contains "reports"') | |
| limit | No | Maximum number of folders (1-1000, default 100) |