Google Docs

gdoc_batch_update

Send a raw batchUpdate request with any combination of operations. Use this for complex multi-step updates or operations not covered by other tools.

Remote node2flow/google-docs

Other tools also called gdoc_batch_update? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "requests": {
      "type": "array",
      "items": {
        "type": "object"
      },
      "description": "Array of request objects. Each object has one key (e.g., insertText, updateTextStyle). See Google Docs API batchUpdate reference."
    },
    "document_id": {
      "type": "string",
      "description": "The document ID"
    }
  }
}