Skip to main content
Glama

fast-filesystem-mcp

by efforthye

fast_move_file

Move or rename files and directories with options to overwrite, create destination directories, or backup existing files. Supports reliable file transfer with error recovery.

Instructions

파일이나 디렉토리를 이동하거나 이름을 변경합니다

Input Schema

NameRequiredDescriptionDefault
backup_if_existsNo대상 파일이 존재할 경우 백업 생성
create_dirsNo대상 디렉토리 자동 생성
destinationYes대상 경로
overwriteNo기존 파일 덮어쓰기
sourceYes원본 파일/디렉토리 경로

Input Schema (JSON Schema)

{ "properties": { "backup_if_exists": { "default": false, "description": "대상 파일이 존재할 경우 백업 생성", "type": "boolean" }, "create_dirs": { "default": true, "description": "대상 디렉토리 자동 생성", "type": "boolean" }, "destination": { "description": "대상 경로", "type": "string" }, "overwrite": { "default": false, "description": "기존 파일 덮어쓰기", "type": "boolean" }, "source": { "description": "원본 파일/디렉토리 경로", "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/efforthye/fast-filesystem-mcp'

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