list_files
Find files and folders in Google Drive by folder, type, or page size. Returns IDs, names, types, and links for easy access.
Instructions
List files and folders in Google Drive.
Args: folder_id: ID of folder to list (None for all files) page_size: Maximum number of files to return file_type: Filter by MIME type (e.g., "application/pdf")
Returns: List of files with id, name, type, and links
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_type | No | ||
| folder_id | No | ||
| page_size | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |