Skip to main content
Glama

fast-filesystem-mcp

by efforthye

fast_list_directory

Retrieve directory listings with automatic chunking and pagination support. Filter files by name, sort by criteria, and manage large directories efficiently.

Instructions

디렉토리 목록을 조회합니다 (자동 청킹 페이징 지원)

Input Schema

NameRequiredDescriptionDefault
auto_chunkNo자동 청킹 활성화
continuation_tokenNo이전 호출의 연속 토큰
pageNo페이지 번호
page_sizeNo페이지당 항목 수
pathYes디렉토리 경로
patternNo파일명 필터 패턴
reverseNo역순 정렬
show_hiddenNo숨김 파일 표시
sort_byNo정렬 기준name

Input Schema (JSON Schema)

{ "properties": { "auto_chunk": { "default": true, "description": "자동 청킹 활성화", "type": "boolean" }, "continuation_token": { "description": "이전 호출의 연속 토큰", "type": "string" }, "page": { "default": 1, "description": "페이지 번호", "type": "number" }, "page_size": { "description": "페이지당 항목 수", "type": "number" }, "path": { "description": "디렉토리 경로", "type": "string" }, "pattern": { "description": "파일명 필터 패턴", "type": "string" }, "reverse": { "default": false, "description": "역순 정렬", "type": "boolean" }, "show_hidden": { "default": false, "description": "숨김 파일 표시", "type": "boolean" }, "sort_by": { "default": "name", "description": "정렬 기준", "enum": [ "name", "size", "modified", "type" ], "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