drive_search
Search Google Drive files and shared drives by name, content, or type. Retrieve recent files or filter to locate documents, sheets, slides, and PDFs.
Instructions
Search Google Drive (your files and shared drives) and list matches.
Filter by words in the file name, words found inside the file content (full-text), and/or file_type. Valid file_type values: doc, sheet, slides, pdf, folder. With NO filters, returns your most recently modified files. Set include_shared_drives=False to limit to your own Drive. Returns id, name, type, owner and last-modified time. Use the id with drive_read_file to read the contents.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| content | No | ||
| file_type | No | ||
| include_shared_drives | No | ||
| max_results | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |