gdrive_create_doc
Create a Google Doc in Drive with optional plain-text content and a specified parent folder, turning a title into a document artifact.
Instructions
Create a Google Doc in Drive, optionally seeded with plain-text content.
Discovery: run gdrive_search or gdrive_list_folder first to obtain
parent folder name/ID values.
Use this for: creating a Google Doc artifact.
Not for: creating a folder — see gdrive_create_folder.
Not for: writing a plain .md/.txt file — see gdrive_write_file.
Not for: spreadsheets — use gsheets-mcp.
Use dry_run=True to preview the change without committing.
Args: title: Title of the Google Doc content: Optional plain-text content to seed into the Doc parent_folder: Optional parent folder name (defaults to My Drive root) parent_folder_id: Optional stable parent folder ID dry_run: Preview the create without committing it
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| content | No | ||
| dry_run | No | ||
| parent_folder | No | ||
| parent_folder_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |