list_files
List files and directories within a specified path, with options to include detailed stats and perform recursive listing for comprehensive directory navigation.
Instructions
List files/directories. Can optionally include stats and list recursively.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include_stats | No | Include detailed stats for each listed item. | |
| path | No | Relative path of the directory. | . |
| recursive | No | List directories recursively. |