Skip to main content
Glama

Google Workspace MCP Server

MIT License
257
  • Apple
  • Linux

list_docs_in_folder

Retrieve a formatted list of Google Docs within a specified Drive folder using the Google Workspace MCP Server. Streamline document organization and access with straightforward folder queries.

Instructions

Lists Google Docs within a specific Drive folder. Returns: str: A formatted list of Google Docs in the specified folder.

Input Schema

NameRequiredDescriptionDefault
folder_idNoroot
page_sizeNo
serviceYes
user_google_emailYes

Input Schema (JSON Schema)

{ "properties": { "folder_id": { "default": "root", "title": "Folder Id", "type": "string" }, "page_size": { "default": 100, "title": "Page Size", "type": "integer" }, "service": { "title": "service", "type": "string" }, "user_google_email": { "title": "User Google Email", "type": "string" } }, "required": [ "service", "user_google_email" ], "title": "list_docs_in_folderArguments", "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/taylorwilsdon/google_workspace_mcp'

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