create_document
Create a new Google Doc in My Drive root with optional initial text. Supports markdown for headings, bullets, bold, italic, and underline.
Instructions
Create a new Google Doc (in My Drive root), optionally with initial text content.
markdown=true renders `text` with the same dialect as append_text: headings, bullets,
numbered lists, **bold**, *italic*, <u>underline</u>. (For spreadsheets use
create_spreadsheet.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | ||
| title | Yes | ||
| markdown | No |