Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
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
docs-google__create_document
{ "type": "object", "properties": { "title": { "type": "string", "description": "Document title" } }, "required": [ "title" ], "description": "Input schema for the docs-google__create_document tool." }