list_folder
List files in a folder and filter by glob pattern to find specific documents.
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 |