create_google_doc
Automate creation of Google Docs with specified title and optional text content. Returns document ID and URL for immediate access.
Instructions
Create a new Google Document.
Args: title: The title of the new document. content: Optional initial text content to add to the document body.
Returns: Document ID, title, and URL on success, or error details on failure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| content | No |