docs_create_doc
Creates a Google Doc with a title and formatted content blocks, returning the document URL.
Instructions
Creates a new Google Doc owned by the service account and writes formatted content into its default tab.
title: Document title blocks: JSON array of content blocks (same format as docs_add_tab)
Returns the document URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| blocks | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |