move_file
Move a file or directory to a new location. Optionally overwrite existing destinations or preview the action with dry run.
Instructions
Move a file or directory. Existing destinations fail unless overwrite is true.
Args: source: Existing source path destination: Destination path overwrite: Allow replacing an existing destination dry_run: Return the planned action without moving
Returns: JSON string with operation details or an error message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | ||
| dry_run | No | ||
| overwrite | No | ||
| destination | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |