Skip to main content
Glama
xctmyy

win-cli-mcp-tmyy

by xctmyy

move_path

Move or rename files and directories, including across drives. If the destination is an existing directory, the source is moved into it.

Instructions

Move or rename a file or directory. Can move across drives. If destination exists as a directory, the source will be moved into it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sourceYesFull path of the file or directory to move. Example: D:\old_location\file.txt
destinationYesDestination path. Can be a new name/path for renaming, or an existing directory to move into. Example: E:\new_location\file.txt
Behavior4/5

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

With no annotations provided, the description carries the full burden. It discloses key behaviors: moving/renaming, cross-drive support, and the specific rule about destination directories. It doesn't mention error cases like overwrite behavior or permission requirements, but covers the most important edge case.

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 short sentences, front-loaded with the core operation followed by a key detail. Every word earns its place; no filler or redundancy.

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 simple move/rename tool with two self-explanatory parameters and no output schema, the description covers the essential behavior and the most relevant edge case. It doesn't address error conditions or permissions, but the tool's complexity is low enough that this is sufficient.

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

Parameters4/5

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

Schema description coverage is 100%, so baseline is 3. The description adds value by explaining the dual purpose of destination (new name/path or existing directory), which elaborates the schema's wording and clarifies how the tool interprets the parameter.

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 uses a specific verb+resource ('Move or rename a file or directory') and adds a distinguishing detail ('Can move across drives'). It clearly differentiates from sibling tools like delete_path, list_directory, and file editing tools.

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 provides contextual guidance (cross-drive capability) and clarifies the directory destination behavior, but does not explicitly state when to use this tool vs alternatives or when not to use it. Usage is implied rather than prescribed.

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/xctmyy/win-cli-mcp-tmyy'

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