Skip to main content
Glama

Filesystem MCP Server

move_path

Move or rename files and directories by specifying source and destination paths, enabling efficient file system management through the MCP server.

Instructions

Moves or renames a file or directory. Accepts relative or absolute paths for source and destination.

Input Schema

NameRequiredDescriptionDefault
destination_pathYesThe new path for the file or directory. Can be relative or absolute.
source_pathYesThe current path of the file or directory to move. Can be relative or absolute.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "destination_path": { "description": "The new path for the file or directory. Can be relative or absolute.", "minLength": 1, "type": "string" }, "source_path": { "description": "The current path of the file or directory to move. Can be relative or absolute.", "minLength": 1, "type": "string" } }, "required": [ "source_path", "destination_path" ], "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/cyanheads/filesystem-mcp-server'

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