fs_list_dir
Retrieve directory entries directly under a specified path, optionally filtering by glob pattern like *.pdf.
Instructions
List entries directly under a directory.
Args:
path: The directory to list.
glob: Optional shell-style pattern, e.g. "*.pdf".
Empty = list everything.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| glob | No | ||
| path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||