Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
Append Image to Document
google_docs:append_image
Appends an image to the end of a document
Write
Medium risk
Append Text
google_docs:append_text
Append text to an existing document
Write
Medium risk
Create a New Document
google_docs:create_document
Create a new document
Write
Medium risk
Create New Document From Template
google_docs:create_document_from_template
Create a new Google Docs file from a template. Optionally include placeholders in the template document that will get replaced from this action. See documentation
Write
Medium risk
Find Document
google_docs:find_document
Search for a specific file by name for more information
Read
Low risk
Get Document
google_docs:get_document
Get the contents of the latest version of a document
Read
Low risk
Get Tab Content
google_docs:get_tab_content
Get the content of a tab in a document
Read
Low risk
Insert Page Break
google_docs:insert_page_break
Insert a page break into a document
Write
Medium risk
Insert Table
google_docs:insert_table
Insert a table into a document
Write
Medium risk
Insert Text
google_docs:insert_text
Insert text into a document
Write
Medium risk
Replace Image
google_docs:replace_image
Replace image in a existing document
Write
Medium risk
Replace Text
google_docs:replace_text
Replace all instances of matched text in an existing document. Supports Markdown formatting in the replacement text
Write
Medium risk