Google Docs
Google Docs is a cloud-based document creation and editing tool that enables seamless collaboration and real-time updates. It simplifies managing documents with powerful features accessible from any device.
Features
- Real-time collaboration allowing multiple users to edit simultaneously.
- Cloud storage ensures documents are accessible anywhere, anytime.
- Rich formatting tools to create professional documents with ease.
- Integration with other Google Workspace apps like Sheets and Slides.
- Version history to track changes and restore previous document states.
Benefits
- Enhances team productivity through seamless collaboration.
- Reduces the need for email attachments and file version confusion.
- Accessible from any device with internet connectivity, boosting flexibility.
- Simplifies document management with automatic saving and backup.
- Supports easy sharing with customizable access permissions for security.
Available tools
8 actions available as tools
Get document
Get the contents of the latest version of a document. [See the documentation](https://developers.google.com/docs/api/reference/rest/v1/documents/get) IMPORTANT: The arguments have specific formats. Please follow the instructions below: - tabIds: Return JSON in this format: string[]
Replace text
Replace all instances of matched text in an existing document. [See the documentation](https://developers.google.com/docs/api/reference/rest/v1/documents/request#ReplaceAllTextRequest)
Replace image
Replace image in a existing document. [See the documentation](https://developers.google.com/docs/api/reference/rest/v1/documents/request#ReplaceImageRequest)
Find document
Search for a specific file by name. [See the documentation](https://developers.google.com/drive/api/v3/search-files) for more information
Create document
Create a new document. [See the documentation](https://developers.google.com/docs/api/reference/rest/v1/documents/create)
Create document from template
Create a new Google Docs file from a template. Optionally include placeholders in the template document that will get replaced from this action. [See documentation](https://www.npmjs.com/package/google-docs-mustaches) IMPORTANT: The arguments have specific formats. Please follow the instructions below: - mode: Return JSON in this format: string[]
Append text
Append text to an existing document. [See the documentation](https://developers.google.com/docs/api/reference/rest/v1/documents/request#InsertTextRequest)
Append image
Appends an image to the end of a document. [See the documentation](https://developers.google.com/docs/api/reference/rest/v1/documents/request#InsertInlineImageRequest)