Skip to main content
Glama
toolsrdx-bot

gdrive-sa

by toolsrdx-bot

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GDRIVE_SA_KEYYesPath to the service account JSON key file

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
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
searchB

Search Google Drive files shared with the service account. Uses Drive query syntax (e.g. "name contains 'workshop'").

listA

List all files/folders visible to the service account (shared with it). Optionally pass a folderId to list that folder's contents.

downloadA

Download a file by its Drive fileId. Returns text content for text files, or base64 for binary. Provide savePath to write it to disk instead.

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 3 tools

Disambiguation4/5

search and list both return Google Drive file listings, but search uses Drive query syntax while list browses all files or a specific folder. download is clearly distinct, so boundaries are mostly clear despite the one mild overlap.

Naming Consistency5/5

All tool names are single lowercase verbs (search, list, download), giving a consistent imperative style with no mixed conventions.

Tool Count4/5

Three tools fit a focused read-only service-account integration and avoid bloat. The count sits at the minimum and has slight overlap between search and list, but remains reasonable.

Completeness3/5

The set covers file discovery and retrieval for files shared with the service account. It lacks metadata-only access, export handling for Google Workspace files, and any write/management operations, leaving notable gaps for broader Drive use.

Maintenance

ActivityStale
ResponsivenessNo issues