list_directory
List directory structure relative to the project path, showing a tree of files and directories with configurable depth.
Instructions
List directory structure relative to the project path. Returns a tree of files and directories.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Subdirectory path to list (relative to project path, optional) | |
| depth | No | Max depth to traverse (default: 2, optional) |