What Runner can do with Google Docs. These are grounded in the real backend connector definitions, not generic marketing filler.
Create a formatted memo from markdown
GOOGLEDOCS_CREATE_DOCUMENT_MARKDOWNCreate a new Google Doc initialized with markdown content.
“Create a new Google Doc memo from these board prep notes with headings, bullets, and a risks section.”
Runner writes directly into a collaborative doc instead of leaving you with text to paste.
Replace the current draft safely
GOOGLEDOCS_UPDATE_DOCUMENT_MARKDOWNReplace the entire content of an existing Google Doc with new markdown content.
“Replace the current investor update draft with this revised version and keep the doc URL the same.”
The shared document updates in place, which is exactly what the team needs to review.
Search for the document before editing
GOOGLEDOCS_SEARCH_DOCUMENTSSearch Google Docs using filters like name, content, dates, starred, and shared state.
“Find the most recent doc that mentions Luminance board prep and open that one first.”
Runner edits the right document instead of creating another duplicate draft.
Duplicate a template and fill it in
GOOGLEDOCS_COPY_DOCUMENTCreate a copy of an existing document for template-based workflows.
“Copy the weekly investor update template and prepare the new draft for this Friday.”
Template workflows become reusable instead of repetitive.
Run targeted find-and-replace
GOOGLEDOCS_REPLACE_ALL_TEXTGlobal find-and-replace across a document.
“Replace every mention of Acme Pilot with Acme Rollout in the shared memo.”
Runner can make bulk document cleanup changes without manual scanning.