Metis — List Folder
list_folderList files in a specified folder, with optional glob pattern to filter results.
Instructions
List files in a folder.
Args:
folder_path: Absolute path to the folder.
pattern: Glob pattern to filter files (e.g. "*.R", "*.md"). Default: all files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pattern | No | * | |
| folder_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |