create_doc
Creates a new Google Doc with optional initial content, returning the document ID and link.
Instructions
Creates a new Google Doc and optionally inserts initial content.
Returns: str: Confirmation message with document ID and link.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| content | No | ||
| user_google_email | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |