create_doc
Creates a Google Doc with a specified title, optional initial content, and optional folder destination, returning the document ID and link.
Instructions
Create a new Google Doc.
Args: title: Document title content: Optional initial text content folder_id: Folder to create the doc in
Returns: Document with id, title, and link
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| content | No | ||
| folder_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||