list_folder
Enumerate files in a specified folder, with optional glob pattern filtering to select specific file types.
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 |
|---|---|---|---|
| folder_path | Yes | ||
| pattern | No | * |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |