Available Tools
Google Workspace
- Google Docs - Cloud-based word processor with real-time collaboration
- Google Sheets - Cloud-based spreadsheet with formulas and data visualization
- Google Drive - Cloud storage with file sharing and collaboration
- Google Calendar - Time management and scheduling
- Google Slides - Cloud-based presentation editor
- Google Tasks - Simple task management
- Google Maps - Location and mapping integration
- Google Classroom - Educational management platform
Cloud Storage
- Dropbox - Cloud storage and collaboration
- OneDrive - Microsoft cloud storage
- Box - Cloud content management
- SharePoint - Document management and collaboration
Other Tools
- Excel - Microsoft spreadsheet application
- Dropbox Sign - Electronic signature and document workflow
- Formsite - Online form and survey creation
- Jotform - Online form builder
- SurveyMonkey - Online survey creation and analysis
- Tally - Easy form building platform
Google Docs
Cloud-based word processor with real-time collaboration, version history, and Google Workspace integration.Authentication
Requires authentication withgoogledocs integration.
Capabilities
Google Docs provides comprehensive document creation and collaboration capabilities:- Document creation and editing
- Real-time collaboration
- Formatting and styling
- Comments and suggestions
- Version history
- Integration with Google Workspace
Available Functions
Google Docs provides 33 functions for document creation and editing:Available Triggers
Google Docs supports app event triggers:Use
get_tools_trigger_actions to discover all available triggers for Google Docs.Google Sheets
Cloud-based spreadsheet application with real-time collaboration, formulas, and data visualization.Authentication
Requires authentication withgooglesheets integration.
Capabilities
Google Sheets provides comprehensive spreadsheet capabilities:- Data entry and manipulation
- Formulas and functions
- Charts and data visualization
- Conditional formatting
- Data validation
- Collaboration and sharing
Available Functions
Google Sheets provides 35 functions for spreadsheet management:Available Triggers
Google Sheets supports app event triggers:Use
get_tools_trigger_actions to discover all available triggers for Google Sheets.Google Drive
Cloud storage solution for uploading, sharing, and collaborating on files across devices with robust search and offline access.Authentication
Requires authentication withgoogledrive integration.
Capabilities
Google Drive provides comprehensive file storage and management capabilities:- File upload and storage
- File sharing and permissions
- Folder organization
- Search and discovery
- Version control
- Integration with Google Workspace apps
Available Functions
Google Drive provides 50+ functions for file management:Available Triggers
Google Drive supports app event triggers:Use
get_tools_trigger_actions to discover all available triggers for Google Drive.Google Calendar
Cloud-based calendar with scheduling, event management, and Google Workspace integration.Authentication
Requires authentication withgooglecalendar integration.
Capabilities
Google Calendar provides comprehensive calendar and scheduling capabilities:- Event creation and management
- Calendar sharing and collaboration
- Recurring events
- Meeting scheduling
- Reminders and notifications
- Integration with Google Meet
Available Functions
Google Calendar provides 25 functions for calendar management:Available Triggers
Google Calendar supports app event triggers:Use
get_tools_trigger_actions to discover all available triggers for Google Calendar.Dropbox
Cloud storage and collaboration platform with file syncing, sharing, version control, and cross-device access.Authentication
Requires authentication withdropbox integration.
Available Functions
Dropbox provides functions for file management, sharing, and collaboration:Available Triggers
Dropbox supports app event triggers:Use
get_tools_trigger_actions to discover all available triggers for Dropbox.OneDrive
Microsoft cloud storage and collaboration platform with file syncing, sharing, and enterprise-grade security.Authentication
Requires authentication withonedrive integration.
Available Functions
OneDrive provides functions for file management and collaboration:Available Triggers
OneDrive supports app event triggers:Use
get_tools_trigger_actions to discover all available triggers for OneDrive.Box
Cloud content management and file sharing platform with secure file storage, collaboration, workflow automation, and access controls.Authentication
Requires authentication withbox integration.
Available Functions
Box provides functions for content management and collaboration:Available Triggers
Box supports app event triggers:Use
get_tools_trigger_actions to discover all available triggers for Box.Using Document Tools in Workflows
Example: Automated Document Generation
- Use Google Sheets to read data
- Use Google Docs to create and populate document
- Use Google Drive to save the document
Example: File Monitoring Workflow
- Use Google Drive trigger
GOOGLEDRIVE_FILE_CREATEDwith folder filter - Process the new file automatically
- Execute workflow steps
Best Practices
Document IDs
Document IDs
Always use document IDs (not names) for operations:
- Extract ID from URL:
/d/ID/edit - Use
search_documents()to find ID by name - Document IDs are 30-60 character alphanumeric strings
Batch Operations
Batch Operations
Use batch operations for efficiency:
batch_update_valuesfor multiple cell updatesbatch_get_valuesfor multiple range reads- Process multiple files in parallel
File Organization
File Organization
Organize files with folders:
- Create folder structure in Google Drive
- Use parent folder IDs for organization
- Set up folder-based triggers
Limitations
- Google Docs: Cannot directly access documents by folder (need document ID)
- Google Sheets: Cannot exceed 10 million cells per spreadsheet
- All Tools: Cannot access files without proper sharing permissions
- All Tools: Subject to service rate limits and API quotas