Skip to main content
Update document content using batch requests

Tool details

FieldValue
Namedocs-google__update_document
GroupIntegrations

Playground

Input schema

Input schema
{
  "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."
}

Output schema

This tool does not publish an output schema.