Skip to main content
Glama
dipseth

google-workspace-unlimited

Manage Drive Files

manage_drive_files

Manage Google Drive files by moving, copying, renaming, or deleting. Specify file IDs and target folders for precise organization.

Instructions

Unified tool for Google Drive file management: move, copy, rename, or delete files

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
file_idsNoList of file IDs (for move/copy/delete) or single file ID as list (for rename). Required for all operations.
new_nameNo[RENAME] New name for the file. Required for rename.
operationYesOperation to perform: 'move', 'copy', 'rename', or 'delete'
permanentNo[DELETE] If True, permanently deletes files. If False, moves to trash (can be restored)
name_prefixNo[COPY] Prefix to add to copied file names (e.g., 'Copy of ')Copy of
target_folder_idNo[MOVE/COPY] Target folder ID (use 'root' for root folder). Required for move.
user_google_emailNoUse 'me' or 'myself' for auto-resolution to authenticated user, or provide specific email address. If None, uses current authenticated user (auto-injected by middleware).
remove_from_all_parentsNo[MOVE] If True, removes file from ALL current parent folders. If False, only removes from immediate parent

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

Annotations declare readOnlyHint=false and destructiveHint=false, but the description includes delete operations. The schema clarifies that delete can be permanent or to trash. The description does not fully resolve the potential contradiction or add additional behavioral context beyond what annotations provide.

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

Conciseness4/5

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

The description is a single, concise sentence that front-loads the purpose and operations. It is efficient but could benefit from slight structuring for readability.

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

Completeness3/5

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

Given the tool's complexity (8 parameters, multiple operations) and the presence of an output schema, the description is minimally adequate. It does not explain return values, error handling, or provide examples for different operations. The schema compensates only partially.

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 coverage is 100%, so the description adds little beyond the schema. The description lists operations but does not elaborate on parameter meanings or usage. The schema's parameter descriptions are sufficient.

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 tool's purpose as a unified manager for Google Drive files, listing specific operations (move, copy, rename, delete). It distinguishes from sibling tools like create_drive_file and list_drive_items.

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 usage for move/copy/rename/delete operations but provides no explicit guidance on when to use this tool versus alternatives like share_drive_files or search_drive_files. No exclusions or context are given.

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/dipseth/google_workspace_fastmcp2'

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