Actions are tasks your AI agent can perform through this integration, such as creating, finding, or updating items.
Execute multiple document updates in a single batch request. Use this for text formatting (bold, italic, colors, font size), paragraph styling, and custom Google Docs API operations. IMPORTANT: You must provide the 'requests' parameter as an array of Google Docs API request objects.
Create a new Google Doc with optional title and initial tab.
Retrieve full document content including all tabs.
Insert markdown-formatted content with automatic heading detection and styling. REQUIRES markdown format with headings (# for H1, ## for H2). For plain paragraphs without headings, use docs_insert_paragraphs instead. Automatically applies Google Docs heading styles in a single operation.
Insert multiple plain text paragraphs into the document. Each paragraph will be separated by double newlines. For structured content with headings, use docs_smart_insert_with_tabs instead.
Parse document structure to identify headings, paragraphs, tables, and their positions. Helps distinguish between heading styles (HEADING_1-6, TITLE, SUBTITLE) and body paragraphs (NORMAL_TEXT).