create_google_doc_from_markdown
Convert markdown content into a Google Document using Google's native markdown parser. Returns document ID and web link for the newly created document.
Instructions
Create a new Google Document with content imported from markdown.
Uses Google Drive API's native markdown import (July 2024+). Supports standard markdown syntax. Complex formatting is converted using Google's native markdown parser.
Returns the document ID and web link for the newly created document.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Title for the new Google Document | |
| markdown_content | Yes | Markdown content to import into the document | |
| parent_folder_id | No |