Skip to main content
Glama

filesystem-mcp

by sylphxltd

move_items

Move or rename multiple files and directories efficiently by specifying source and destination paths in a structured array.

Instructions

Move or rename multiple specified files/directories.

Input Schema

NameRequiredDescriptionDefault
operationsYesArray of {source, destination} objects.

Input Schema (JSON Schema)

{ "properties": { "operations": { "description": "Array of {source, destination} objects.", "items": { "properties": { "destination": { "description": "Relative path of the destination.", "type": "string" }, "source": { "description": "Relative path of the source.", "type": "string" } }, "required": [ "source", "destination" ], "type": "object" }, "type": "array" } }, "required": [ "operations" ], "type": "object" }
Install Server

You must to connect to the server.

Other Tools from filesystem-mcp

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/sylphxltd/filesystem-mcp'

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