Google Workspace
Docs
In the current app, Google Docs focuses on listing document files, creating new docs, and appending text to existing docs.
Currently supported Docs actions
- Search the list of Google Docs files.
- Create a new doc with a title and optional initial body text.
- Append more text to the end of an existing doc.
Example requests
“Find the weekly report doc in Google Docs.”
“Create a new Google document from this meeting summary.”
“Append a next-actions section to the end of the doc we just created.”
How to interpret the current scope
This is a text-first authoring flow
The current backend officially supports new-doc creation and text append. It does not promise full rich-format editing, precise table layout control, or arbitrary structural edits throughout the document.
- It works best for drafts, briefs, meeting notes, and report continuation.
- It is less reliable as a replacement for detailed manual editing inside Google Docs.
Notes
- Both Drive and Docs scopes can be required for the full Docs workflow.
- For heavily formatted output, generating the draft first and polishing it in Google Docs is the safer pattern.