Skip to content

Google Docs nodes

Tools for creating, updating, and reading Google Docs.  These nodes are also served as MCP tools on the google_docs MCP server. Back to the full node reference.

Google Docs Create or Update

google_docs_create_or_update · natural-language configurable · destructive · 1 credit on Cloud

Create a new Google Docs document or update an existing one with the provided content.

Credential: Google Docs (OAuth)

Parameters

FieldTypeRequiredDescription
contentstringText content to insert into the document.
documentIdstringExisting Google Docs document identifier to update; leave empty to create a new document.
titlestringTitle to use when creating a new document.

Output

Returns a list of records — reference fields downstream as $<node>.status.

FieldTypeDescription
statusbooleanWhether the document was created or updated successfully.

Google Docs Read

google_docs_read_docs · natural-language configurable · read-only · idempotent · 1 credit on Cloud

Read the plain text content of a Google Docs document.

Credential: Google Docs (OAuth)

Parameters

FieldTypeRequiredDescription
documentIdstringGoogle Docs document identifier to read.

Output

Returns a list of records — reference fields downstream as $<node>.text.

FieldTypeDescription
textstringPlain text content extracted from the document.