List Drive Items
list_drive_itemsList files and folders in a Google Drive folder with structured output, including options for pagination and filtering by file or folder type.
Instructions
List files and folders in a specific Google Drive folder with structured output
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder_id | No | Google Drive folder ID to list contents from (use 'root' for root folder) | root |
| page_size | No | Maximum number of items to return (1-100) | |
| include_files | No | Include files in the listing | |
| user_google_email | No | Use 'me' or 'myself' for auto-resolution to authenticated user, or provide specific email address. If None, uses current authenticated user (auto-injected by middleware). | |
| include_subfolders | No | Include subfolders in the listing |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | ||
| error | Yes | ||
| items | Yes | ||
| driveId | Yes | ||
| folderId | Yes | ||
| userEmail | Yes | ||
| folderName | Yes |