Skip to main content
Glama

Code MCP Server

by block

move_file

Relocate or rename files and directories within your workspace using source and destination paths to streamline file management tasks in VS Code.

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