You can wire the Google Docs node into an AI agent as a tool provider: the agent calls the operations you allow. See Agent tools.
Credentials
Connect Google Docs under Credentials in the node settings. See Connecting credentials for the general flow. Sign in with your Google Docs account when prompted; no keys to copy. NoClick requests the following permissions:https://www.googleapis.com/auth/documentshttps://www.googleapis.com/auth/drive
Operations
| Operation | ID | Description |
|---|---|---|
| Append Text to Document | append_text_to_document | Append text to document |
| Create New Document | create_new_document | Create a new document |
| Fetch Document Content | fetch_document_content | Get a document |
| Insert Text in Document | insert_text_in_document | Insert text at position |
| List Google Drive Documents | list_google_drive_documents | List Google Docs documents |
| Replace Document Text | replace_document_text | Replace text in document |