Skip to main content
Glama
HydroChlorix

Google Drive MCP Server

by HydroChlorix

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GOOGLE_DRIVE_ROOT_FOLDER_IDYesThe ID of the root Google Drive folder to restrict access to.

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
drive_list_filesA

List files in Google Drive. You can specify pageSize (max 100) and a search query.

drive_upload_text_fileB

Upload a text file to Google Drive

drive_create_folderB

Create a new folder in Google Drive

drive_download_fileA

Download a binary or regular file from Google Drive to the local file system (Note: Cannot download Google Docs/Sheets directly).

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.6/5.0

Scored across 4 tools

Disambiguation5/5

Each tool targets a distinct action: list files, upload text, create folder, download file. No overlapping purposes.

Naming Consistency5/5

All tools follow the consistent 'drive_verb_noun' pattern (list_files, upload_text_file, create_folder, download_file).

Tool Count5/5

With 4 tools covering basic Drive operations, the count is well-scoped for a minimal but functional server.

Completeness2/5

The surface lacks update and delete operations, and upload is restricted to text files, leaving significant gaps in Drive management.

Maintenance

ActivitySlowing
ResponsivenessResponsive