Skip to main content
The 3ngram MCP server exposes the following google docs tools. Every entry is generated from the tool’s source signature and docstring, so this page never drifts from the backend.
Required parameters are marked with the required attribute. Optional parameters show their default value.

create_doc

Create Google Doc · writes · non-destructive · non-idempotent · open-world Create a new Google Doc via the external Google Docs API. Requires a connected Google account (Settings > Integrations). Returns: str Source: backend/src/engram/mcp/tools/google_docs.py

Parameters

title
str
required
Document title.
content
str
default:"''"
Optional initial text content for the document body.

export_doc

Export Google Doc · read-only · non-destructive · idempotent · open-world Export an external Google Doc as plain text via the Google Drive API. Requires a connected Google account (Settings > Integrations). Returns: str Source: backend/src/engram/mcp/tools/google_docs.py

Parameters

doc_id
str
required
The Google Docs document ID.