efs_list
List directory contents with configurable recursion depth, glob pattern filtering, and sorting by name, size, or date.
Instructions
List directory contents. Supports depth control, glob pattern filter, and sort by name/size/date.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Directory path | |
| depth | No | Recursion depth (default: 2) | |
| sortBy | No | Sort order | |
| pattern | No | File pattern (optional) |