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
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | The source file path to move. Must be a file, not a directory. | |
| destination | Yes | The destination file path where the file will be moved to. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | ||
| success | Yes |