Skip to main content
Glama

fast-filesystem-mcp

by efforthye

fast_find_large_files

Identify and locate large files within a specified directory based on minimum size and limit results. Optimized for efficient file system analysis on overflow-proof, high-reliability MCP servers.

Instructions

큰 파일들을 찾습니다

Input Schema

NameRequiredDescriptionDefault
max_resultsNo최대 결과 수
min_sizeNo최소 크기 (예: 100MB, 1GB)100MB
pathYes검색할 디렉토리

Input Schema (JSON Schema)

{ "properties": { "max_results": { "default": 50, "description": "최대 결과 수", "type": "number" }, "min_size": { "default": "100MB", "description": "최소 크기 (예: 100MB, 1GB)", "type": "string" }, "path": { "description": "검색할 디렉토리", "type": "string" } }, "required": [ "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/efforthye/fast-filesystem-mcp'

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