Skip to main content
Glama

MCP Google Suite

by adexltd
MIT License
3
  • Linux
  • Apple

docs_create

Generate a new Google Doc with specified title and initial content using secure OAuth2 integration via MCP Google Suite.

Instructions

Create a new Google Doc

Input Schema

NameRequiredDescriptionDefault
contentNoInitial content
titleYesTitle of the document

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "Initial content", "type": "string" }, "title": { "description": "Title of the document", "type": "string" } }, "required": [ "title" ], "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