gdrive_search
Search Google Drive for files by query, filter to a specific shared drive, and paginate results with page size and token.
Instructions
Search for files in Google Drive
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query | |
| driveId | No | ID of a specific shared drive to search in | |
| pageSize | No | Number of results per page (max 100) | |
| pageToken | No | Token for the next page of results |