Create Google Document
docs_create_documentCreate a new Google Doc with a specified title and optional initial text content. Instantly generate a document to start working.
Instructions
Create a new Google Doc with an optional initial body.
Args:
title (string): The title for the new document
body_content (string, optional): Initial text content for the document body
Returns: { "documentId": string, "title": string, "revisionId": string }
Examples:
Create empty doc: title="Meeting Notes"
Create with content: title="Draft", body_content="Hello World"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | The title for the new document | |
| body_content | No | Optional initial text content for the document body |