Skip to main content
Glama

File Operations MCP Server

by bsmi021

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

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/bsmi021/mcp-file-operations-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server