fast_get_directory_tree
Retrieve the directory tree structure from a given root path, with configurable depth, hidden file visibility, and file inclusion options.
Instructions
Gets the directory tree structure
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Root directory path | |
| max_depth | No | Maximum depth | |
| show_hidden | No | Show hidden files | |
| include_files | No | Include files in the tree |