Skip to main content
Glama

dev-kit-mcp-server

move_dir

Move files or folders from a source path to a destination path on the MCP server. Simplifies directory management without terminal commands, returning status and path details for the transferred items.

Instructions

Use instead of terminal: Move a file or folder from path1 to path2.

Args: path1: Source path of the file or folder to move path2: Destination path where the file or folder will be moved to Returns: A dictionary containing the status and paths of the moved file or folder

Input Schema

NameRequiredDescriptionDefault
path1No
path2No

Input Schema (JSON Schema)

{ "properties": { "path1": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Path1" }, "path2": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Path2" } }, "type": "object" }
Install Server

Other Tools from dev-kit-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/DanielAvdar/dev-kit-mcp-server'

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