Skip to main content
Glama

Google Docs MCP Server

by penysho

search_google_documents

Search and retrieve specific content from Google Docs using a query. Specify the maximum number of results to streamline document discovery and access relevant information efficiently.

Input Schema

NameRequiredDescriptionDefault
maxResultsNo取得する最大結果数(デフォルト: 10)
queryYes検索クエリ

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "maxResults": { "description": "取得する最大結果数(デフォルト: 10)", "type": "number" }, "query": { "description": "検索クエリ", "type": "string" } }, "required": [ "query" ], "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