Skip to main content
Glama
angenge

rclone-mcp-server

by angenge

operations_movefile

Move a single file between cloud storage remotes and paths, with optional async execution for long transfers.

Instructions

Move a single file — Moves one object from a source remote and path to a destination remote and path.

IMPORTANT: If this operation is expected to take a long time (more than a few seconds), you MUST set _async: true to run it in the background. It will return a jobid immediately, which you can poll using the job_status tool.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dstFsNoDestination remote name or path where the file will be moved.
srcFsNoSource remote name or path containing the file to move.
_asyncNoRun this operation asynchronously in the background. Highly recommended to set to true for long-running operations to avoid timeout.
_groupNoAssign the request to a custom stats group.
dstRemoteNoDestination path within `dstFs` for the moved object.
srcRemoteNoPath to the source object within `srcFs`.
Behavior3/5

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

With no annotations, the description carries the full burden. It discloses long-running/async behavior and jobid polling, which adds value beyond the schema. But it does not explicitly state that the source is deleted after a successful move, nor does it mention permissions, overwrite behavior, or sync return values.

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, front-loaded with the core purpose, followed by a necessary async warning. There is no fluff or redundancy, making it highly concise and well-structured.

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?

The description is minimally viable for a move operation but lacks explicit details on prerequisites (e.g., required source/destination), sync return values, and the fact that the source is removed. With six parameters and no output schema, more clarity would improve completeness.

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 all six parameters already have descriptions. The tool description does not add further meaning for any parameter; it only echoes the `_async` behavior. Thus the baseline score of 3 is appropriate.

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 ('Move a single file') and the resource ('one object') with explicit source and destination contexts. This distinguishes it from siblings like operations_copyfile, operations_deletefile, and operations_mkdir.

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

Usage Guidelines4/5

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

Provides an explicit conditional guideline for async execution ('If this operation is expected to take a long time... you MUST set `_async: true`'), including how to handle the resulting jobid. However, it does not mention alternatives or when to prefer move over copy/delete, so it lacks full selection guidance.

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/angenge/rclone-mcp-server'

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