Skip to main content
Glama
bkbaheti

MCP Google Multi-Account Server

by bkbaheti

drive_download_file

Download any file from Google Drive to your local machine. Exports Google Workspace files to standard formats like txt or csv.

Instructions

Download a file from Google Drive and save it to a local directory. Google Workspace files (Docs, Sheets, Slides) are exported to standard formats (txt, csv, etc.).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fileIdYesThe file ID to download
fileNameNoOverride the file name (default: original name from Drive). For Workspace files, include the export extension.
accountIdYesThe Google account ID, alias, or email
outputDirYesAbsolute path to the local directory where the file will be saved
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden for behavioral disclosure. It adds meaningful context about Google Workspace file export (Docs/Sheets/Slides to standard formats), which is a key behavior. However, it does not disclose other relevant behaviors such as overwrite semantics, authentication requirements, potential side effects, or return value, leaving notable gaps.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences, tightly written with the primary action in the first sentence and a key nuance in the second. Every clause earns its place, and the most important information is front-loaded. No redundant language or filler.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a straightforward download tool, the description covers the core functionality and an important edge case (Workspace export). It does not describe the return value or side effects, but the absence of an output schema and the simplicity of the operation make this acceptable. It is sufficiently complete to differentiate from related drive tools.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the input schema already documents all four parameters including their descriptions. The main description adds minimal semantic value beyond the schema; it only reinforces the outputDir purpose ('save it to a local directory'). This meets the baseline but does not elevate it since the schema is complete.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action (download) and resource (a file from Google Drive), and specifies the outcome (save to a local directory). It also distinguishes itself from sibling tools like drive_get_file_content or drive_get_file by focusing on downloading to disk. The additional note about Workspace file export further clarifies scope.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies when to use this tool (when a local copy is needed) but does not explicitly contrast with alternatives like drive_get_file_content or drive_get_file. It lacks clear when-not-to-use guidance or mention of specific scenarios, so the usage context is implied rather than explicit.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/bkbaheti/google-multi-account-mcp'

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