MCP Google Workspace Server

MIT License
  • Linux
  • Apple

docs_update_content

Modify the content of a Google Doc by specifying the document ID and providing new text, enabling direct updates through integration with Google Workspace services.

Instructions

Update the content of a Google Doc

Input Schema

NameRequiredDescriptionDefault
contentYesNew content
document_idYesID of the document

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "New content", "type": "string" }, "document_id": { "description": "ID of the document", "type": "string" } }, "required": [ "document_id", "content" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Google Workspace Server

Related Tools

ID: 5gwgbgoe4i