list_files
:
Instructions
List files and folders in a directory. Supports glob pattern filtering, file type filtering, sorting, and pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| pattern | No | ||
| filetype | No | all | |
| sort_by | No | name | |
| sort_direction | No | asc | |
| offset | No | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |