search_spreadsheets
Search spreadsheets in Google Drive by name or content. Returns matching files with IDs, names, and metadata.
Instructions
Search for spreadsheets in Google Drive by name or content.
Args: query: Search query string. Searches in file name and content. Examples: "budget 2024", "sales report", "project tracker" max_results: Maximum number of results to return (default 20, max 100)
Returns: List of matching spreadsheets with their ID, name, and metadata
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| max_results | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |