list_files_code
List files and directories at a specified path, with recursive option, to quickly understand project structure and locate resources.
Instructions
List files and directories in a specified path with optional recursive listing
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | The directory path to list files from | . |
| recursive | No | Whether to list files recursively |