Actions

Actions are tasks your AI agent can perform through this integration, such as creating, finding, or updating items.

Batch Update

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 Document

Create a new Google Doc with optional title and initial tab.

Get Document

Retrieve full document content including all tabs.

Insert Markdown Content

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 Paragraphs

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

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).