Skip to main content
Glama

Code MCP Server

by block

move_file

Move or rename files and directories by specifying source and destination paths using the MCP server's Code MCP Server, enabling efficient file management for AI agents.

Instructions

Move or rename a file or directory

Input Schema

NameRequiredDescriptionDefault
destinationYesDestination path
sourceYesSource path

Input Schema (JSON Schema)

{ "properties": { "destination": { "description": "Destination path", "type": "string" }, "source": { "description": "Source path", "type": "string" } }, "required": [ "source", "destination" ], "type": "object" }

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/block/vscode-mcp'

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