get_directory_tree
Generate a visual directory tree structure from any project path to understand file organization and navigate complex codebases efficiently.
Instructions
Gets the directory tree structure starting from the specified path within the project.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dirpath | No | The path to the directory to get the tree from (can be absolute or relative to project root). | |
| max_depth | No | The maximum depth to traverse. |