Move or Rename File
move_fileMove or rename a file or directory to a new location. Requires user approval before executing the operation.
Instructions
Move or rename a file or directory. ALWAYS requires interactive user approval before proceeding.
Args:
source (string): Current path.
destination (string): Target path.
Error Handling:
Both source and destination are validated against allowed directories and blocked paths.
Returns an error if the user declines the approval prompt.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | Current path of the file or directory | |
| destination | Yes | Target path to move/rename to |