Skip to main content
Glama

Google Docs MCP Server

by penysho

read_google_document

Extract content from a Google Docs document using its unique document ID. Enables AI models to retrieve text and data for processing or analysis through the Google Docs MCP Server.

Input Schema

NameRequiredDescriptionDefault
documentIdYes読み取るGoogle DocsドキュメントのID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "documentId": { "description": "読み取るGoogle DocsドキュメントのID", "type": "string" } }, "required": [ "documentId" ], "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