drive_list_files
List files from Google Drive. Specify a search query to filter by name or metadata, and set page size to control the number of results.
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) |