list_directory
Recursively list all files under a specified directory and return their absolute paths, enabling discovery of a research folder's contents without prior knowledge of file names.
Instructions
List every file under a directory, recursively, as absolute paths.
Used to discover what's actually in a research folder without already knowing the file names -- directories themselves are not included, only files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |