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
Name | Required | Description | Default |
---|---|---|---|
auto_chunk | No | 자동 청킹 활성화 | |
continuation_token | No | 이전 호출의 연속 토큰 | |
page | No | 페이지 번호 | |
page_size | No | 페이지당 항목 수 | |
path | Yes | 디렉토리 경로 | |
pattern | No | 파일명 필터 패턴 | |
reverse | No | 역순 정렬 | |
show_hidden | No | 숨김 파일 표시 | |
sort_by | No | 정렬 기준 | name |