Google Docs · Capability
Google Docs Document Management
Unified workflow for creating, reading, and editing Google Docs documents including content manipulation, formatting, and template automation. Used by developers automating document workflows.
What You Can Do
POST
Create document
— Create a new document.
/v1/documents
GET
Get document
— Get a document by ID.
/v1/documents/{id}
POST
Batch update document
— Apply batch updates to a document.
/v1/documents/{id}/batch-update
MCP Tools
create-document
Create a new Google Docs document with a title.
get-document
Retrieve a Google Docs document by its ID.
read-only
idempotent
batch-update-document
Apply batch updates to insert, replace, or delete content in a document.
APIs Used
docs-api