list_google_drive_files
List files in the user's Google Drive. Can filter by type (spreadsheet, document) and search by name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Search query to filter files by name | |
| companyId | Yes | FreedomOS company id to act within (you must be a member). Required for company-scoped tools. | |
| file_type | No | Filter by file type | |
| max_results | No | Maximum results to return (default: 10) |