Skip to main content
Glama

MCP Google Suite

by adexltd
MIT License
3
  • Linux
  • Apple

docs_update_content

Modify Google Doc content by specifying the document ID and new text. Facilitates direct updates via MCP Google Suite integration for streamlined document management.

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" }

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/adexltd/mcp-google-suite'

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