list_files
List and filter Google Drive files by name, modification time, or size. Supports pagination and shared drives.
Instructions
List files in Google Drive with optional filtering
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageSize | No | Number of files to return | |
| pageToken | No | Token for pagination | |
| orderBy | No | Order by field (e.g., 'name', 'modifiedTime', 'size') | |
| q | No | Query string to filter files | |
| driveId | No | ID of the shared drive | |
| includeItemsFromAllDrives | No | Include items from all drives |