Skip to main content
Glama
googlarz
by googlarz

drive_copy

Copy files or folders to a new location on Proton Drive while preserving the original. Use when you need a duplicate without moving the source.

Instructions

Copy a file or folder to another location on Proton Drive. Requires authentication. The original is preserved — this is not a move. Use drive_move when you want to relocate without keeping the original. Do not use to duplicate large folder trees without user awareness of the storage cost.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sourcePathYesAbsolute remote Drive path of the file or folder to copy (must start with '/'). E.g. /my-files/report.pdf
destinationPathYesAbsolute remote Drive path of the target parent folder (must start with '/'). E.g. /my-files/Archive
Behavior5/5

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

The description goes beyond the annotations (idempotentHint: false, destructiveHint: false) by adding that authentication is required, emphasizing the original is preserved (not a move), and warning about storage costs for large folder trees. These are valuable behavioral traits not present in the structured annotations.

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 four sentences, each adding meaningful information: the core function, authentication, non-move behavior, and usage caution. It is front-loaded with the purpose and contains no redundant wording.

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 2-parameter tool with no output schema, the description covers purpose, usage, authentication, and a caution. It does not specify what happens if the destination path already exists or what the response format is, leaving a minor gap, but the overall context is strong.

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?

Both parameters have comprehensive schema descriptions with examples, covering 100% of the schema. The tool description adds no additional parameter semantics, so the baseline score of 3 applies due to high schema coverage.

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 copies a file or folder to another location on Proton Drive, using the specific verb 'copy' and resource. It explicitly differentiates from the sibling drive_move by stating 'the original is preserved — this is not a move,' making the purpose unambiguous.

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

Usage Guidelines5/5

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

It provides explicit when-to-use guidance: 'Use drive_move when you want to relocate without keeping the original' and a warning against duplicating large folder trees due to storage cost. This covers both when to use and when not to use, naming the alternative tool directly.

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/googlarz/proton-drive-mcp'

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