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.
Update document content using batch requests
docs-google__update_document
{ "type": "object", "properties": { "documentId": { "type": "string", "description": "Google Docs document ID" }, "requests": { "type": "array", "description": "Google Docs batchUpdate requests, e.g. insertText/updateTextStyle requests" }, "writeControl": { "type": "object", "description": "Optional Google Docs write control" } }, "required": [ "documentId", "requests" ], "description": "Input schema for the docs-google__update_document tool." }