get_directory_tree
Create a visual tree of a directory's files and folders, with configurable maximum depth and optional size inclusion.
Instructions
Get a visual tree representation of a directory structure, similar to the 'tree' command.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Relative path within the file server root. Empty string for root. | |
| maxDepth | No | Maximum depth to traverse (default: 3, max: 10). | |
| includeSizes | No | Include file/directory sizes in output (default: false). |