drive_list_files
List files from Google Drive with a search query and configurable page size to control how many results are returned.
Instructions
List files in Google Drive. You can specify pageSize (max 100) and a search query.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Google Drive search query string (e.g. name contains "report") | |
| pageSize | No | Number of files to return (default 10) |