Skip to main content
Glama

move_file

Move or rename a specific file to a new destination. Works on files only; for directories or uncertain paths, use the 'move' tool.

Instructions

Move or rename specific file. Only works on files, not directories. Use 'move' tool if unsure about path type. Keywords: move file, rename file. / 移动或重命名指定文件。仅用于移动文件,不能移动目录。如果不确定路径类型,请使用 move 工具。关键词:移动文件、重命名文件。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sourceYesThe source file path to move. Must be a file, not a directory.
destinationYesThe destination file path where the file will be moved to.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
messageYes
successYes
Behavior2/5

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

No annotations are provided, so the description must carry the full burden of behavioral disclosure. However, it merely repeats the schema description and adds no unique behavioral details about overwrite behavior, permissions, or error handling. It only mentions the file-only restriction, which is already in the schema, offering no additional insight.

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

Conciseness3/5

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

The English portion is concise and front-loaded, but the description duplicates the entire content in Chinese and includes repetitive keywords, making it longer than necessary. The redundancy reduces efficiency, though the core message is still clear.

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 covers the basic operation and file-only restriction, and an output schema exists, so return values are addressed. However, with no annotations, it lacks crucial context about overwrite behavior, path resolution, and error handling, leaving gaps for a mutation tool. It is minimally complete but not thorough.

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?

The input schema has full descriptions for both source and destination (100% coverage), so the baseline is 3. The description itself adds no extra meaning beyond the schema; it only restates the file-only constraint and path types without elaborating on format, resolution, or edge cases.

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 'Move or rename specific file' with the explicit scope 'Only works on files, not directories', which distinguishes it from the sibling 'move' tool. It also provides a specific verb and resource, 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?

The description explicitly says 'Use 'move' tool if unsure about path type,' providing a clear alternative and when to use it. It also clarifies that directories are not supported, giving an explicit when-not-to-use signal. This is strong usage 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/shibingli/mcp-toolkit'

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