search_documents
Search your Google Drive for documents by name. Returns matching files with ID, URL, and last modified time.
Instructions
Searches the authenticated user's Google Drive for documents whose name contains the query string. Returns a list of matching files with ID, name, URL, and last modified time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search term to match against document names. | |
| max_results | No | Maximum number of results to return (default: 10). |