Skip to main content
Glama

dev-kit-mcp-server

move_dir

Move files or folders from a source path to a destination path using the terminal. Returns a dictionary with status and path details of the moved item.

Instructions

Preferred from the terminal: Move a file or folder from path1 to path2.

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

Input Schema

NameRequiredDescriptionDefault
path1Yes
path2Yes

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "path1": { "title": "Path1", "type": "string" }, "path2": { "title": "Path2", "type": "string" } }, "required": [ "path1", "path2" ], "type": "object" }

You must be authenticated.

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