Tool details
Playground
Input schema
input-schema.json
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Create a new document with optional initial content
| Field | Value |
|---|---|
| Name | docs-google__create_document |
| Group | Integrations |
{
"type": "object",
"properties": {
"title": {
"type": "string",
"description": "Document title"
}
},
"required": [
"title"
],
"description": "Input schema for the docs-google__create_document tool."
}