gws.docs.create
Create a new Google Doc with optional initial text, returning its ID and URL without altering existing files.
Instructions
Create a new Google Doc. Optionally inserts initial_text at the start of the body. Returns the new document's ID and URL. Creates a new, empty document owned by the account and returns its ID and shareable URL. It never modifies existing content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Document title | |
| account | No | Account label or email. Uses default if omitted. | |
| initial_text | No | Optional plain text to insert at the start of the body |