google-drive-operations-guide

asreynolds1000/google-drive-operations-guide
★ 0 stars Unknown language File System Updated 12d ago
Google Drive patterns via the workspace MCP server: decision flowchart, Shared Drive operations, gotchas
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "google-drive-operati": {
      "command": "npx",
      "args": [
        "-y",
        "asreynolds1000/google-drive-operations-guide"
      ]
    }
  }
}

README Excerpt

Reference doc for Google Drive patterns via the [`google-workspace` MCP server](https://github.com/nicholasgriffintn/google-workspace-mcp) (workspace-mcp). Last updated: 2026. --- **Never push binary files (images, PDFs, audio, video, zips) through the MCP/API create or import tools.** Those tools require the file to be base64-encoded into the API call, which breaks or exceeds parameter limits for anything above ~50KB — you'll get silent truncation or an outright failure.

Tools (14)

create_doccreate_drive_filecreate_drive_folderget_doc_as_markdownget_doc_contentget_eventsget_gmail_message_contentlist_drive_itemsmodify_doc_textmodify_sheet_valuesread_sheet_valuessearch_drive_filessearch_gmail_messagesupdate_drive_file