Overview
Integrate Google Docs to create, edit, and format documents seamlessly from CORE. Access 8 tools for complete document management including text manipulation, rich formatting, image insertion, and automated report generation without leaving your workspace.Setup Guide
Authentication Type: OAuth 2.0 (Google)
How to Connect
- Navigate to CORE Dashboard → Integrations
- Click on the Google Docs card
- Click Connect to authorize CORE
- You’ll be redirected to Google to authorize the application
- Grant the required permissions
- You’ll be redirected back to CORE once connected
Use Cases
When you ask CORE to perform Google Docs tasks, it uses MCP tools to execute your requests:Create Documentation
Create Documentation
Scenario: Create professional documents programmatically with structured contentThe agent will:
- Use
create_documentto generate the new document - Use
append_textto add content sections - Use
format_textto apply styling and structure - Use
insert_imageto add the logo
Edit Documents
Edit Documents
Scenario: Modify existing documents with text insertions and replacementsThe agent will:
- Use
read_documentto understand current content - Use
replace_textto update placeholder text - Use
append_textto add new sections
Format Content
Format Content
Scenario: Apply professional formatting with consistent stylingThe agent will use
format_text to apply styling including bold, italic, font sizes, and colors to specific text ranges.Insert Images
Insert Images
Scenario: Embed visual content in documents for enhanced presentationsThe agent will use
insert_image with valid image URIs to embed pictures, charts, or screenshots at specific locations with custom sizing.Automate Reports
Automate Reports
Scenario: Build automated document generation workflows for recurring reportsThe agent will:
- Use
create_documentfor template creation - Use
append_textfor dynamic content insertion - Use
format_textfor consistent formatting - Use
insert_imagefor visual elements
Scopes
https://www.googleapis.com/auth/documents- Read and write access to documentshttps://www.googleapis.com/auth/drive.readonly- Read-only access to Google Drive for file discovery
Available MCP Tools
The Google Docs integration provides 8 tools for comprehensive document management:- Document Discovery
- Text Content
- Formatting
| Tool Name | Description |
|---|---|
list_documents | Lists all Google Docs documents in the user’s Google Drive with metadata including creation time, modification time, and direct links |
create_document | Creates a new Google Doc with an optional title |
read_document | Reads the full content of a Google Doc with optional view mode for suggestions |
