drive_search_files
Search Google Drive for files and folders using plain text names or advanced query strings for filtering by MIME type, folder, or date. Get matching file metadata and a pagination token for retrieving additional results.
Instructions
Search for files and folders in Google Drive.
Accepts either plain text (matched against file names) or a raw Drive query string for advanced filtering by MIME type, folder, date, etc.
Returns:
str: JSON with keys files (list of {id, name, mimeType, size,
modifiedTime, webViewLink, parents, owners}) and next_page_token
(str or null) for pagination via a follow-up call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |