Skip to main content
Glama

MCP Filesystem Server

MIT License
47
  • Apple
  • Linux

move_file

Relocate or rename files and directories within the MCP Filesystem Server. Specify source and destination paths, with an option to overwrite existing files.

Instructions

Move or rename files and directories.

Args: source: Source path destination: Destination path overwrite: Whether to overwrite existing destination ctx: MCP context Returns: Success or error message

Input Schema

NameRequiredDescriptionDefault
destinationYes
overwriteNo
sourceYes

Input Schema (JSON Schema)

{ "properties": { "destination": { "title": "Destination", "type": "string" }, "overwrite": { "default": false, "title": "Overwrite", "type": "boolean" }, "source": { "title": "Source", "type": "string" } }, "required": [ "source", "destination" ], "title": "move_fileArguments", "type": "object" }

Other Tools from MCP Filesystem 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/safurrier/mcp-filesystem'

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