File Operations MCP Server

copy_file

Move or duplicate files to a new location using this tool. Specify source and destination paths, with an option to overwrite existing files. Part of the File Operations MCP Server for efficient file management.

Instructions

Copy a file to a new location

Input Schema

NameRequiredDescriptionDefault
destinationYesDestination file path
overwriteNoWhether to overwrite existing file
sourceYesSource file path

Input Schema (JSON Schema)

{ "properties": { "destination": { "description": "Destination file path", "type": "string" }, "overwrite": { "default": false, "description": "Whether to overwrite existing file", "type": "boolean" }, "source": { "description": "Source file path", "type": "string" } }, "required": [ "source", "destination" ], "type": "object" }

You must be authenticated.

Other Tools from File Operations MCP Server

Related Tools

ID: 7b750si00d