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.
Update document content using batch requests
| Field | Value |
|---|---|
| Name | docs-google__update_document |
| Group | Integrations |
{
"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."
}