list_directory
List files and directories at a specified path to explore project structure and manage file system organization.
Instructions
Lists files and directories at the specified path within the project.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dirpath | No | The path to the directory to list (can be absolute or relative to project root). | |
| recursive | No | Whether to list files recursively. |