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
Document title.
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
The Google Docs document ID.