Skip to main content
Glama

Google Docs MCP Server

by penysho

create_google_document

Generate and store new Google Docs by providing a title and optional initial content. Integrates with the Google Docs MCP Server for streamlined document creation.

Input Schema

NameRequiredDescriptionDefault
contentNoドキュメントの初期内容(オプション)
titleYes新しいドキュメントのタイトル

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "content": { "description": "ドキュメントの初期内容(オプション)", "type": "string" }, "title": { "description": "新しいドキュメントのタイトル", "type": "string" } }, "required": [ "title" ], "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