Skip to main content
Glama

Google Docs MCP Server

by penysho

update_google_document

Modify Google Docs by inserting or updating content at specified positions using a document ID. Streamline document editing with precise control over content changes.

Input Schema

NameRequiredDescriptionDefault
contentYes追加または更新するコンテンツ
documentIdYes更新するGoogle DocsドキュメントのID
endPositionNo更新を終了する位置(オプション)
startPositionNo更新を開始する位置(オプション)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "content": { "description": "追加または更新するコンテンツ", "type": "string" }, "documentId": { "description": "更新するGoogle DocsドキュメントのID", "type": "string" }, "endPosition": { "description": "更新を終了する位置(オプション)", "type": "number" }, "startPosition": { "description": "更新を開始する位置(オプション)", "type": "number" } }, "required": [ "documentId", "content" ], "type": "object" }
Install Server

Other Tools from Google Docs MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/penysho/docs-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server