move_file
Move or rename files and directories to a new path within allowed directories. Prevents accidental overwrites by failing when destination exists.
Instructions
Move or rename files and directories. Fails if the destination already exists.Both source and destination must resolve within allowed directories:
/app
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | Source path | |
| destination | Yes | Destination path |