Google Docs Integration
Google Docs API Operations
Browse all 35 operations available for Google Docs workflow automation.
productivity
35 operationsGOOGLEDOCS_COPY_DOCUMENTCopy Google Document
Tool to create a copy of an existing Google Document.
GOOGLEDOCS_CREATE_DOCUMENT_MARKDOWNCreate Document Markdown
Creates a new Google Docs document, optionally initializing it with a title and content provided as Markdown text.
GOOGLEDOCS_CREATE_FOOTERCreate Footer
Tool to create a new footer in a Google Document.
GOOGLEDOCS_CREATE_FOOTNOTECreate Footnote
Tool to create a new footnote in a Google Document.
GOOGLEDOCS_CREATE_HEADERCreate Header
Tool to create a new header in a Google Document, optionally with text content.
GOOGLEDOCS_CREATE_NAMED_RANGECreate Named Range
Tool to create a new named range in a Google Document.
GOOGLEDOCS_CREATE_PARAGRAPH_BULLETSCreate Paragraph Bullets
Tool to add bullets to paragraphs within a specified range in a Google Document.
GOOGLEDOCS_CREATE_DOCUMENTCreate a document
Creates a new Google Docs document using the provided title as filename and inserts the initial text at the beginning if non-empty, returning the document's ID…
GOOGLEDOCS_CREATE_DOCUMENT2Create blank document (Deprecated)
DEPRECATED: Use GOOGLEDOCSCREATEDOCUMENT instead.
GOOGLEDOCS_DELETE_CONTENT_RANGEDelete Content Range in Document
Tool to delete a range of content from a Google Document.
GOOGLEDOCS_DELETE_FOOTERDelete Footer
Tool to delete a footer from a Google Document.
GOOGLEDOCS_DELETE_HEADERDelete Header
Deletes the header from the specified section or the default header if no section is specified.
GOOGLEDOCS_DELETE_NAMED_RANGEDelete Named Range
Tool to delete a named range from a Google Document.
GOOGLEDOCS_DELETE_PARAGRAPH_BULLETSDelete Paragraph Bullets
Tool to remove bullets from paragraphs within a specified range in a Google Document.
GOOGLEDOCS_DELETE_TABLE_COLUMNDelete Table Column
Tool to delete a column from a table in a Google Document.
GOOGLEDOCS_DELETE_TABLE_ROWDelete Table Row
Tool to delete a row from a table in a Google Document.
GOOGLEDOCS_EXPORT_DOCUMENT_AS_PDFExport Google Doc as PDF
Tool to export a Google Docs file as PDF using the Google Drive API.
GOOGLEDOCS_LIST_SPREADSHEET_CHARTSGet Charts from Spreadsheet
Tool to retrieve a list of all charts from a specified Google Sheets spreadsheet.
GOOGLEDOCS_GET_DOCUMENT_BY_IDGet document by id
Retrieves an existing Google Document by its ID; will error if the document is not found.
GOOGLEDOCS_GET_DOCUMENT_PLAINTEXTGet document plain text
Retrieve a Google Doc by ID and return a best-effort plain-text rendering.
GOOGLEDOCS_INSERT_INLINE_IMAGEInsert Inline Image
Tool to insert an image from a given URI at a specified location in a Google Document as an inline image.
GOOGLEDOCS_INSERT_PAGE_BREAKInsert Page Break
Tool to insert a page break into a Google Document.
GOOGLEDOCS_INSERT_TABLE_COLUMNInsert Table Column
Tool to insert a new column into a table in a Google Document.
GOOGLEDOCS_INSERT_TABLE_ACTIONInsert Table in Google Doc
Tool to insert a table into a Google Document.
GOOGLEDOCS_INSERT_TEXT_ACTIONInsert Text into Document
Tool to insert a string of text at a specified location within a Google Document.
GOOGLEDOCS_REPLACE_ALL_TEXTReplace All Text in Document
Tool to replace all occurrences of a specified text string with another text string throughout a Google Document.
GOOGLEDOCS_REPLACE_IMAGEReplace Image in Document
Tool to replace a specific image in a document with a new image from a URI.
GOOGLEDOCS_SEARCH_DOCUMENTSSearch Documents
Search for Google Documents using various filters including name, content, date ranges, and more.
GOOGLEDOCS_UNMERGE_TABLE_CELLSUnmerge Table Cells
Tool to unmerge previously merged cells in a table.
GOOGLEDOCS_UPDATE_DOCUMENT_BATCHUpdate Document Batch (Deprecated)
DEPRECATED: Use UpdateExistingDocument instead.
GOOGLEDOCS_UPDATE_DOCUMENT_MARKDOWNUpdate Document Markdown
Replaces the entire content of an existing Google Docs document with new Markdown text; requires edit permissions for the document.
GOOGLEDOCS_UPDATE_DOCUMENT_SECTION_MARKDOWNUpdate Document Section Markdown
Tool to insert or replace a section of a Google Docs document with Markdown content.
GOOGLEDOCS_UPDATE_DOCUMENT_STYLEUpdate Document Style
Tool to update the overall document style, such as page size, margins, and default text direction.
GOOGLEDOCS_UPDATE_TABLE_ROW_STYLEUpdate Table Row Style
Tool to update the style of a table row in a Google Document.
GOOGLEDOCS_UPDATE_EXISTING_DOCUMENTUpdate existing document
Applies programmatic edits, such as text insertion, deletion, or formatting, to a specified Google Doc using the batchUpdate API method.