Skip to main content
Glama

fast-filesystem-mcp

by efforthye

fast_batch_file_operations

Perform batch file operations like copy, move, delete, and rename with options for error handling, dry runs, and backups using the fast-filesystem-mcp server.

Instructions

여러 파일에 대한 일괄 작업을 수행합니다

Input Schema

NameRequiredDescriptionDefault
create_backupNo변경 전 백업 생성
dry_runNo실제 실행 없이 미리보기
operationsYes일괄 작업 목록
stop_on_errorNo에러 발생시 중단

Input Schema (JSON Schema)

{ "properties": { "create_backup": { "default": false, "description": "변경 전 백업 생성", "type": "boolean" }, "dry_run": { "default": false, "description": "실제 실행 없이 미리보기", "type": "boolean" }, "operations": { "description": "일괄 작업 목록", "items": { "properties": { "destination": { "description": "대상 경로 (copy, move, rename용)", "type": "string" }, "operation": { "description": "작업 유형", "enum": [ "copy", "move", "delete", "rename" ], "type": "string" }, "overwrite": { "default": false, "description": "덮어쓰기 허용", "type": "boolean" }, "source": { "description": "원본 경로", "type": "string" } }, "required": [ "operation", "source" ], "type": "object" }, "type": "array" }, "stop_on_error": { "default": true, "description": "에러 발생시 중단", "type": "boolean" } }, "required": [ "operations" ], "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